features/step_definitions/select.rb in cello-0.0.23 vs features/step_definitions/select.rb in cello-0.0.25
- old
+ new
@@ -6,10 +6,10 @@
Then /^I should be able to select an option on it$/ do
@browser.select_select("Cucumber")
end
Then /^be sure that the option setted is the option selected$/ do
- @browser.select_is("Cucumber").should be_true
+ @browser.select_is("Cucumber").should be true
@browser.close
end
Given /^the option "(.*?)" is selected$/ do |option|
@browser.select_select option