calabash-cucumber 0.9.86 → 0.9.87
Sign up to get free protection for your applications and to get access to all the features.
@@ -104,6 +104,9 @@ 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
|
108
|
+
msg = "#{msg} (#{ex.caller.join(", ")})"
|
109
|
+
end
|
107
110
|
if screenshot_on_error
|
108
111
|
screenshot_and_raise msg
|
109
112
|
else
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: calabash-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.87
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cucumber
|