summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-16 22:25:59 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-16 22:25:59 +0300
commitd207a31fc97edf4e19a50c4a650d6a34b4f5a2cf (patch)
treefc24c82bf320d067805643252b79e32d2c685801 /features
parent7a167cf1f74b4e74c4ba9de715585a1251165c5b (diff)
downloadgitlab-ce-d207a31fc97edf4e19a50c4a650d6a34b4f5a2cf.tar.gz
Fix tests and tab highlight
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 6853e8dd509..e63855e8fef 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -189,7 +189,7 @@ module SharedPaths
end
step 'I visit project branches page' do
- visit branches_project_repository_path(@project)
+ visit project_branches_path(@project)
end
step 'I visit compare refs page' do