Commit 14bd9c9228c50d2a9c5914394603d7ff2b2aa145
1 parent
a502f67c
Exists in
master
and in
4 other branches
Fix dashboard issues atom feed rspec
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
spec/requests/atom/dashboard_issues_spec.rb
... | ... | @@ -7,11 +7,11 @@ describe "User Issues Dashboard" do |
7 | 7 | login_as :user |
8 | 8 | |
9 | 9 | @project1 = Factory :project, |
10 | - path: "project1", | |
10 | + path: "gitlabhq_0", | |
11 | 11 | code: "TEST1" |
12 | 12 | |
13 | 13 | @project2 = Factory :project, |
14 | - path: "project2", | |
14 | + path: "gitlabhq_1", | |
15 | 15 | code: "TEST2" |
16 | 16 | |
17 | 17 | @project1.add_access(@user, :read, :write) | ... | ... |