Change spinach tab tests to fit new tabs navigation

This commit is contained in:
Dmitriy Zaporozhets 2013-03-14 21:51:44 +02:00
parent 38ecec4472
commit 753ecbdcec
3 changed files with 38 additions and 29 deletions

View file

@ -125,6 +125,10 @@ module SharedPaths
visit project_path(@project)
end
Given "I visit my project's settings page" do
visit edit_project_path(@project)
end
Given "I visit my project's files page" do
visit project_tree_path(@project, root_ref)
end