Commit 14bd9c92 authored by randx's avatar randx

Fix dashboard issues atom feed rspec

parent a502f67c
...@@ -7,11 +7,11 @@ describe "User Issues Dashboard" do ...@@ -7,11 +7,11 @@ describe "User Issues Dashboard" do
login_as :user login_as :user
@project1 = Factory :project, @project1 = Factory :project,
path: "project1", path: "gitlabhq_0",
code: "TEST1" code: "TEST1"
@project2 = Factory :project, @project2 = Factory :project,
path: "project2", path: "gitlabhq_1",
code: "TEST2" code: "TEST2"
@project1.add_access(@user, :read, :write) @project1.add_access(@user, :read, :write)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment