mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user