Update usages of project_commit[s] route helpers

This commit is contained in:
Robert Speicher 2012-09-25 18:50:02 -04:00
parent 99d391332f
commit 1048917232
8 changed files with 9 additions and 9 deletions

View file

@ -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