summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/sanity/framework_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/scenario/test/sanity/framework_spec.rb')
-rw-r--r--qa/spec/scenario/test/sanity/framework_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/scenario/test/sanity/framework_spec.rb b/qa/spec/scenario/test/sanity/framework_spec.rb
index a63c59e2995..5ae8b123ec2 100644
--- a/qa/spec/scenario/test/sanity/framework_spec.rb
+++ b/qa/spec/scenario/test/sanity/framework_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-describe QA::Scenario::Test::Sanity::Framework do
+RSpec.describe QA::Scenario::Test::Sanity::Framework do
it_behaves_like 'a QA scenario class' do
let(:tags) { [:framework] }
end