Commit 0ba378dcb36343d060df985dc8626f310c9bf303

Authored by Dmitriy Zaporozhets
1 parent cfa15d08

Fix spinach 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
... ... @@ -23,7 +23,7 @@ class Spinach::Features::PublicProjectsFeature &lt; Spinach::FeatureSteps
23 23 end
24 24  
25 25 step 'public project "Community"' do
26   - create :project_with_code, name: 'Community', public: true, default_branch: 'master'
  26 + create :project_with_code, name: 'Community', public: true
27 27 end
28 28  
29 29 step 'public empty project "Empty Public Project"' do
... ...