diff options
-rw-r--r-- | features/steps/public/projects_feature.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/public/projects_feature.rb b/features/steps/public/projects_feature.rb index 8abc6ae9f23..e5292380c55 100644 --- a/features/steps/public/projects_feature.rb +++ b/features/steps/public/projects_feature.rb @@ -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 |