selenium_shots 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -143,7 +143,8 @@ class SeleniumShots < ActionController::IntegrationTest
|
|
|
143
143
|
block.call
|
|
144
144
|
rescue => error
|
|
145
145
|
@error = error.message
|
|
146
|
-
puts
|
|
146
|
+
puts error.message
|
|
147
|
+
puts error.backtrace
|
|
147
148
|
ensure
|
|
148
149
|
save_test({:selenium_test_group_name => @@group, :selenium_test_name => @name,
|
|
149
150
|
:description => @description}) if SeleniumConfig.mode == "remote"
|
metadata
CHANGED
|
@@ -5,17 +5,18 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.0.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Kyle J. Ginavan
|
|
13
13
|
- Mauro Torres
|
|
14
|
+
- Mike Hemesath
|
|
14
15
|
autorequire:
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date: 2010-12-
|
|
19
|
+
date: 2010-12-06 00:00:00 -06:00
|
|
19
20
|
default_executable: selenium_shots
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|