Remove team_member show page -> use user_path instead

This commit is contained in:
Dmitriy Zaporozhets 2013-03-13 19:16:36 +02:00
parent 366bc32013
commit fa9a8c3847
13 changed files with 34 additions and 178 deletions

View file

@ -23,13 +23,8 @@ Feature: Project Team management
Then I visit project "Shop" team page
And I should see "Sam" in team list as "Reporter"
Scenario: View team member profile
Given I click link "Sam"
Then I should see "Sam" team profile
Scenario: Cancel team member
Given I click link "Sam"
And I click link "Remove from team"
Given I click cancel link for "Sam"
Then I visit project "Shop" team page
And I should not see "Sam" in team list