Merge branch 'master' into develop

This commit is contained in:
2012-11-16 15:42:52 +08:00
+2 -1
View File
@@ -18,8 +18,9 @@ Then /^I should add a team$/ do
click_link('add team')
fill_in 'Team Name', :with => 'Test_team'
fill_in 'URL', :with => 'Test_URL'
click_button 'Create'
end
Then /^I should quit that team$/ do
pending # express the regexp above with the code you wish you had
click_button 'Quit Team'
end