diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-16 09:21:20 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-16 10:07:06 -0400 |
commit | 95bd93fe1aad3efbe2c8cc7b255a98ddb27d2d35 (patch) | |
tree | d335b1dd18641df977eb28d8219fcf7984ed9c5e /features | |
parent | 8cfb197dfcad3aa0c11f7afd34e4c7bfef953d1d (diff) | |
download | gitlab-ce-95bd93fe1aad3efbe2c8cc7b255a98ddb27d2d35.tar.gz |
Remove Projects#team action
Uses TeamMembers#index instead, to be more RESTful
Diffstat (limited to 'features')
-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 b0028f9c27e..93ad0219d3d 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -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 |