summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-06 19:38:37 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-06 19:38:37 +0200
commit0ba378dcb36343d060df985dc8626f310c9bf303 (patch)
tree70c50f4f952c1d19b777eae19fa28e8c0a84f66f /features
parentcfa15d0846e43b72d91ec83384c8d1cefcd1c80c (diff)
downloadgitlab-ce-0ba378dcb36343d060df985dc8626f310c9bf303.tar.gz
Fix spinach tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/public/projects_feature.rb2
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