diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-16 22:25:59 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-16 22:25:59 +0300 |
| commit | d207a31fc97edf4e19a50c4a650d6a34b4f5a2cf (patch) | |
| tree | fc24c82bf320d067805643252b79e32d2c685801 /features | |
| parent | 7a167cf1f74b4e74c4ba9de715585a1251165c5b (diff) | |
| download | gitlab-ce-d207a31fc97edf4e19a50c4a650d6a34b4f5a2cf.tar.gz | |
Fix tests and tab highlight
Diffstat (limited to 'features')
| -rw-r--r-- | features/steps/shared/paths.rb | 2 |
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 |
