Skip to content
Snippets Groups Projects
Commit 14bd9c92 authored by randx's avatar randx
Browse files

Fix dashboard issues atom feed rspec

parent a502f67c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment