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.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/spec/scenario/test/sanity/framework_spec.rb b/qa/spec/scenario/test/sanity/framework_spec.rb
new file mode 100644
index 00000000000..44ac780556e
--- /dev/null
+++ b/qa/spec/scenario/test/sanity/framework_spec.rb
@@ -0,0 +1,5 @@
+describe QA::Scenario::Test::Sanity::Framework do
+ it_behaves_like 'a QA scenario class' do
+ let(:tags) { [:framework] }
+ end
+end