Create repositories in Spinach issues tests

Similar to ad90dba5185e30883d5ad6008c166b0df0108ebf we always have a
repository in the real world, so let's also create one in our Spinach
tests.
This commit is contained in:
Yorick Peterse
2016-03-19 21:54:08 +01:00
parent 295fdf720a
commit fc5ff7af61
+1 -1
View File
@@ -240,7 +240,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
step 'empty project "Empty Project"' do
create :empty_project, name: 'Empty Project', namespace: @user.namespace
create :project_empty_repo, name: 'Empty Project', namespace: @user.namespace
end
When 'I visit empty project page' do