Fix dashboard issues atom feed rspec

This commit is contained in:
randx 2012-08-24 12:17:05 +03:00
parent a502f67c0b
commit 14bd9c9228

View file

@ -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)