Final fix for dashboard cucumber feature
This commit is contained in:
parent
919cd60216
commit
6d4ae75f54
1 changed files with 2 additions and 2 deletions
|
@ -107,11 +107,11 @@ end
|
||||||
|
|
||||||
Given /^I have authored merge requests$/ do
|
Given /^I have authored merge requests$/ do
|
||||||
project1 = Factory :project,
|
project1 = Factory :project,
|
||||||
:path => "project1",
|
:path => "gitlabhq_1",
|
||||||
:code => "gitlabhq_1"
|
:code => "gitlabhq_1"
|
||||||
|
|
||||||
project2 = Factory :project,
|
project2 = Factory :project,
|
||||||
:path => "project2",
|
:path => "gitlabhq_2",
|
||||||
:code => "gitlabhq_2"
|
:code => "gitlabhq_2"
|
||||||
|
|
||||||
project1.add_access(@user, :read, :write)
|
project1.add_access(@user, :read, :write)
|
||||||
|
|
Loading…
Reference in a new issue