summaryrefslogtreecommitdiff
path: root/qa/spec/runtime/rsa_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/runtime/rsa_key.rb')
-rw-r--r--qa/spec/runtime/rsa_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/runtime/rsa_key.rb b/qa/spec/runtime/rsa_key.rb
index ff277b9077b..6d7ab4dcd2e 100644
--- a/qa/spec/runtime/rsa_key.rb
+++ b/qa/spec/runtime/rsa_key.rb
@@ -3,7 +3,7 @@ describe QA::Runtime::RSAKey do
subject { described_class.new.public_key }
it 'generates a public RSA key' do
- expect(subject).to match(/\Assh\-rsa AAAA[0-9A-Za-z+\/]+={0,3}\z/)
+ expect(subject).to match(%r{\Assh\-rsa AAAA[0-9A-Za-z+/]+={0,3}\z})
end
end
end