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
diff options
context:
space:
mode:
authorAlexander Randa <randa.alex@gmail.com>2017-07-14 16:36:37 +0300
committerAlexander Randa <randa.alex@gmail.com>2017-07-17 11:16:41 +0300
commit1c84f668bc25179848c002d52a4738d379da2a62 (patch)
tree0d952601e194062345b53bb02a6952cf25138035 /features/steps/shared/project.rb
parent7fbcdfb074a0ca92e3d35f6b3c4d78f1940f88ef (diff)
Replaces dashboard/dashboard.feature spinach with rspec
Diffstat (limited to 'features/steps/shared/project.rb')
-rw-r--r--features/steps/shared/project.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index 729e2b8982c..da1cdd9f897 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -239,11 +239,6 @@ module SharedProject
create(:label, project: project, title: 'enhancement')
end
- step 'project "Shop" has issue: "bug report"' do
- project = Project.find_by(name: "Shop")
- create(:issue, project: project, title: "bug report")
- end
-
step 'project "Shop" has CI enabled' do
project = Project.find_by(name: "Shop")
project.enable_ci