Fix dashboard issues atom feed rspec
This commit is contained in:
parent
a502f67c0b
commit
14bd9c9228
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ describe "User Issues Dashboard" do
|
|||
login_as :user
|
||||
|
||||
@project1 = Factory :project,
|
||||
path: "project1",
|
||||
path: "gitlabhq_0",
|
||||
code: "TEST1"
|
||||
|
||||
@project2 = Factory :project,
|
||||
path: "project2",
|
||||
path: "gitlabhq_1",
|
||||
code: "TEST2"
|
||||
|
||||
@project1.add_access(@user, :read, :write)
|
||||
|
|
Loading…
Reference in a new issue