Fix spinach tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
cfa15d0846
commit
0ba378dcb3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
step 'public project "Community"' do
|
||||
create :project_with_code, name: 'Community', public: true, default_branch: 'master'
|
||||
create :project_with_code, name: 'Community', public: true
|
||||
end
|
||||
|
||||
step 'public empty project "Empty Public Project"' do
|
||||
|
|
Loading…
Reference in a new issue