lib/farmer/step_definitions.rb in cucumber-farmer-1.0.2 vs lib/farmer/step_definitions.rb in cucumber-farmer-1.0.3
- old
+ new
@@ -34,10 +34,10 @@
msg = %Q{#{question}?
This dialog will timeout after #{dialog_timeout} secs.}
response = dialog.yesno(question + '?')
- response.should be_true
+ assert response
end
# Given these warnings are displayed:
# |dialog |
# |firefox|