summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-16 23:14:22 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-16 23:14:22 +0300
commitc4301ce04917e37a9f12338b7cfb3b1fa30139ba (patch)
tree5dcb69a92bc65cc0f318fe108f358e600f7e3c69 /features
parent132caae73446e23a2ff8a7b1a4110efe42a36eb1 (diff)
downloadgitlab-ce-c4301ce04917e37a9f12338b7cfb3b1fa30139ba.tar.gz
update tests with new routing
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index e63855e8fef..67e14121c6d 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -217,7 +217,7 @@ module SharedPaths
end
step 'I visit project tags page' do
- visit tags_project_repository_path(@project)
+ visit project_tags_path(@project)
end
step 'I visit project commit page' do