summaryrefslogtreecommitdiff
path: root/qa/spec/resource/ssh_key_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/resource/ssh_key_spec.rb')
-rw-r--r--qa/spec/resource/ssh_key_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/resource/ssh_key_spec.rb b/qa/spec/resource/ssh_key_spec.rb
index b2b5ec070e1..fd0fda3c1b8 100644
--- a/qa/spec/resource/ssh_key_spec.rb
+++ b/qa/spec/resource/ssh_key_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-describe QA::Resource::SSHKey do
+RSpec.describe QA::Resource::SSHKey do
describe '#key' do
it 'generates a default key' do
expect(subject.key).to be_a(QA::Runtime::Key::RSA)