summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-24 13:17:19 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-24 13:17:19 +0300
commit6d4ae75f544d9819954865c105414a722344336a (patch)
treeeeb88c4c35d4d24f07e25bd487306dbd5e825420 /features
parent919cd60216d0216dde73a4e17553a149b41593ff (diff)
downloadgitlab-ce-6d4ae75f544d9819954865c105414a722344336a.tar.gz
Final fix for dashboard cucumber feature
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/dashboard_steps.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/step_definitions/dashboard_steps.rb b/features/step_definitions/dashboard_steps.rb
index 1eec7619201..d910ec90d19 100644
--- a/features/step_definitions/dashboard_steps.rb
+++ b/features/step_definitions/dashboard_steps.rb
@@ -107,11 +107,11 @@ end
Given /^I have authored merge requests$/ do
project1 = Factory :project,
- :path => "project1",
+ :path => "gitlabhq_1",
:code => "gitlabhq_1"
project2 = Factory :project,
- :path => "project2",
+ :path => "gitlabhq_2",
:code => "gitlabhq_2"
project1.add_access(@user, :read, :write)