calabash-cucumber 0.9.88 → 0.9.89
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/calabash-cucumber/version.rb +1 -1
- data/lib/calabash-cucumber/wait_helpers.rb +2 -2
- metadata +1 -1
data/Gemfile.lock
CHANGED
@@ -104,8 +104,8 @@ module Calabash
|
|
104
104
|
|
105
105
|
def handle_error_with_options(ex, timeout_message, screenshot_on_error)
|
106
106
|
msg = (timeout_message || ex)
|
107
|
-
if ex and ex.respond_to?:
|
108
|
-
msg = "#{msg} (#{ex.
|
107
|
+
if ex and ex.respond_to?:backtrace
|
108
|
+
msg = "#{msg} (#{ex.backtrace.join(", ")})"
|
109
109
|
end
|
110
110
|
if screenshot_on_error
|
111
111
|
screenshot_and_raise msg
|