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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 14:04:01 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 14:04:01 +0300
commit5cb94835c0010d1954b26c858f910d533cd88e38 (patch)
tree5a1ff0ad9838bd70dbb7ca5fc1376c58aacc95b1 /qa/spec
parent738bad8ee83932ffd1b7b4de9113b0152b37172a (diff)
Refactor QA instance test scenario and tags
Diffstat (limited to 'qa/spec')
-rw-r--r--qa/spec/scenario/test/instance_spec.rb (renamed from qa/spec/scenario/entrypoint_spec.rb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/spec/scenario/entrypoint_spec.rb b/qa/spec/scenario/test/instance_spec.rb
index aec79dcea04..1824db54c9b 100644
--- a/qa/spec/scenario/entrypoint_spec.rb
+++ b/qa/spec/scenario/test/instance_spec.rb
@@ -1,6 +1,6 @@
-describe QA::Scenario::Entrypoint do
+describe QA::Scenario::Test::Instance do
subject do
- Class.new(QA::Scenario::Entrypoint) do
+ Class.new(described_class) do
tags :rspec
end
end