summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-16 09:21:20 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-16 10:07:06 -0400
commit95bd93fe1aad3efbe2c8cc7b255a98ddb27d2d35 (patch)
treed335b1dd18641df977eb28d8219fcf7984ed9c5e /features
parent8cfb197dfcad3aa0c11f7afd34e4c7bfef953d1d (diff)
downloadgitlab-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.rb2
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