Commit 6d4ae75f544d9819954865c105414a722344336a
1 parent
919cd602
Exists in
master
and in
4 other branches
Final fix for dashboard cucumber feature
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/step_definitions/dashboard_steps.rb
... | ... | @@ -107,11 +107,11 @@ end |
107 | 107 | |
108 | 108 | Given /^I have authored merge requests$/ do |
109 | 109 | project1 = Factory :project, |
110 | - :path => "project1", | |
110 | + :path => "gitlabhq_1", | |
111 | 111 | :code => "gitlabhq_1" |
112 | 112 | |
113 | 113 | project2 = Factory :project, |
114 | - :path => "project2", | |
114 | + :path => "gitlabhq_2", | |
115 | 115 | :code => "gitlabhq_2" |
116 | 116 | |
117 | 117 | project1.add_access(@user, :read, :write) | ... | ... |