diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-25 18:50:02 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-26 16:32:23 -0400 |
commit | 1048917232992671b0a01f4c87ed00edfff633e8 (patch) | |
tree | c7206a8799fd8d1f5c7553b907f53697a3c506ff /features/steps | |
parent | 99d391332fa9a6c11e93bd19295425167661b972 (diff) | |
download | gitlab-ce-1048917232992671b0a01f4c87ed00edfff633e8.tar.gz |
Update usages of project_commit[s] route helpers
Diffstat (limited to 'features/steps')
-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 1839bc81031..e1e1a7181da 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -47,7 +47,7 @@ module SharedPaths end Given 'I visit project commits page' do - visit project_commits_path(@project) + visit project_commits_path(@project, @project.root_ref) end Given 'I visit project source page' do |