Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-25 16:48:13 +0300
committerDouwe Maan <douwe@gitlab.com>2015-05-27 15:23:04 +0300
commite6f282e0f127450aaaef635e6ea4f75916b0d8f1 (patch)
tree0739a6d4cae4318f17ce99413677e69ba7f2dc58 /features/steps/groups.rb
parent7a11ef3e959735fffb189ad03218593f700ce25b (diff)
Fix spec.
Diffstat (limited to 'features/steps/groups.rb')
-rw-r--r--features/steps/groups.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index 228b83e5fd0..84348d1709a 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -203,8 +203,8 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
step 'I should see group milestones index page with milestones' do
page.should have_content('Version 7.2')
page.should have_content('GL-113')
- page.should have_link('2 Issues', href: group_milestone_path("owned", "version-7-2", title: "Version 7.2"))
- page.should have_link('3 Merge Requests', href: group_milestone_path("owned", "gl-113", title: "GL-113"))
+ page.should have_link('2 Issues', href: issues_group_path("owned", milestone_title: "Version 7.2"))
+ page.should have_link('3 Merge Requests', href: merge_requests_group_path("owned", milestone_title: "GL-113"))
end
step 'I click on one group milestone' do