summaryrefslogtreecommitdiff
path: root/qa/spec/runtime/key/rsa_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/runtime/key/rsa_spec.rb')
-rw-r--r--qa/spec/runtime/key/rsa_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/spec/runtime/key/rsa_spec.rb b/qa/spec/runtime/key/rsa_spec.rb
index fbcc7ffdcb4..fcb52f541bf 100644
--- a/qa/spec/runtime/key/rsa_spec.rb
+++ b/qa/spec/runtime/key/rsa_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
describe QA::Runtime::Key::RSA do
describe '#public_key' do
subject { described_class.new.public_key }