From 1c3ca05b316fd1e799a7c432538562e7297bbccf Mon Sep 17 00:00:00 2001 From: szpyxlwoni Date: Fri, 16 Nov 2012 10:25:15 +0800 Subject: [PATCH] modify the test of main process --- features/step_definitions/main_process.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/step_definitions/main_process.rb b/features/step_definitions/main_process.rb index 782f1c1..439cd5b 100644 --- a/features/step_definitions/main_process.rb +++ b/features/step_definitions/main_process.rb @@ -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