Remove Projects#team action
Uses TeamMembers#index instead, to be more RESTful
This commit is contained in:
parent
8cfb197dfc
commit
95bd93fe1a
11 changed files with 13 additions and 20 deletions
|
@ -98,7 +98,7 @@ module SharedPaths
|
|||
end
|
||||
|
||||
Then 'I visit project "Shop" team page' do
|
||||
visit team_project_path(Project.find_by_name("Shop"))
|
||||
visit project_team_index_path(Project.find_by_name("Shop"))
|
||||
end
|
||||
|
||||
Then 'I visit project "Shop" wall page' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue