diff options
author | Alexander Randa <randa.alex@gmail.com> | 2017-07-14 16:36:37 +0300 |
---|---|---|
committer | Alexander Randa <randa.alex@gmail.com> | 2017-07-17 11:16:41 +0300 |
commit | 1c84f668bc25179848c002d52a4738d379da2a62 (patch) | |
tree | 0d952601e194062345b53bb02a6952cf25138035 /features/steps/shared | |
parent | 7fbcdfb074a0ca92e3d35f6b3c4d78f1940f88ef (diff) | |
download | gitlab-ce-1c84f668bc25179848c002d52a4738d379da2a62.tar.gz |
Replaces dashboard/dashboard.feature spinach with rspec
Diffstat (limited to 'features/steps/shared')
-rw-r--r-- | features/steps/shared/project.rb | 5 |
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 |