Commit 418660b9713fbb6bad156dc15fafcc80ecd3e7c0
1 parent
c3270875
Exists in
spb-stable
and in
3 other branches
Fix public tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/steps/public/projects_feature.rb
... | ... | @@ -29,7 +29,7 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps |
29 | 29 | end |
30 | 30 | |
31 | 31 | step 'public empty project "Empty Public Project"' do |
32 | - create :project, name: 'Empty Public Project', visibility_level: Gitlab::VisibilityLevel::PUBLIC | |
32 | + create :empty_project, name: 'Empty Public Project', visibility_level: Gitlab::VisibilityLevel::PUBLIC | |
33 | 33 | end |
34 | 34 | |
35 | 35 | step 'I visit empty project page' do | ... | ... |