lib/calabash-cucumber/keyboard_helpers.rb in calabash-cucumber-0.14.2.pre1 vs lib/calabash-cucumber/keyboard_helpers.rb in calabash-cucumber-0.14.2
- old
+ new
@@ -153,10 +153,10 @@
# @see Calabash::Cucumber::WaitHelpers#wait_for for other options this
# method can handle.
#
# @param [Hash] opts controls the `wait_for` behavior
# @option opts [String] :timeout_message ('keyboard did not appear')
- # Controls the message that appears in the exception.
+ # Controls the message that appears in the error.
# @option opts [Number] :post_timeout (0.3) Controls how long to wait
# _after_ the keyboard has appeared.
#
# @raise [Calabash::Cucumber::WaitHelpers::WaitError] if no keyboard appears
def wait_for_keyboard(opts={})