diff options
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 |
