summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-25 18:50:02 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-26 16:32:23 -0400
commit1048917232992671b0a01f4c87ed00edfff633e8 (patch)
treec7206a8799fd8d1f5c7553b907f53697a3c506ff /features/steps
parent99d391332fa9a6c11e93bd19295425167661b972 (diff)
downloadgitlab-ce-1048917232992671b0a01f4c87ed00edfff633e8.tar.gz
Update usages of project_commit[s] route helpers
Diffstat (limited to 'features/steps')
-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 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