Final fix for dashboard cucumber feature

This commit is contained in:
randx 2012-08-24 13:17:19 +03:00
parent 919cd60216
commit 6d4ae75f54

View file

@ -107,11 +107,11 @@ end
Given /^I have authored merge requests$/ do
project1 = Factory :project,
:path => "project1",
:path => "gitlabhq_1",
:code => "gitlabhq_1"
project2 = Factory :project,
:path => "project2",
:path => "gitlabhq_2",
:code => "gitlabhq_2"
project1.add_access(@user, :read, :write)