Commit 0ba378dc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix spinach tests

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent cfa15d08
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment