Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/spec
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-06 18:53:23 +0300
committerRémy Coutable <remy@rymai.me>2018-09-06 18:53:23 +0300
commitcbae3e974d2c2a0feb573c1730108aae7bbf435a (patch)
treed380fc23a0a4a6835a20f48f882cbd9a067d5ad6 /qa/spec
parent4a14ff5bcefe170d3f3ff9885fff21500442fac6 (diff)
[QA] Change Test::Sanity::Failing to Test::Sanity::Framework
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'qa/spec')
-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