sauce-cucumber 3.0.0 → 3.1.0
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.
- checksums.yaml +8 -8
- data/lib/sauce/cucumber.rb +7 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTM4ZWJkMjQ2MjMxMTFjOWIwZWI5NzEyMjNiZWRiNWU1NmNmYjZhMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTgwMWI2ZWYwM2RiY2U3MWQyYTgzZmQxNzFiZTAwNDRiMzExODIxYg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MGY0NWJkNWI3YzBkM2U5YWUwMDg0YTdiM2M5MjY3NDYxOWUwM2M3NzhkZjJj
|
|
10
|
+
OTk4MmUxN2FlOTc0YzY5NmRkY2M5YzdjMmZkNjJiNWFkMWFhNzM3MTlmMTJj
|
|
11
|
+
NDRlYTNjMWJjMGRhNDI5NjM0NDM5YjEyZjRlMWJmNzQ4NTg3YTk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZGRjNzAyNmZkMTk3OWM2ZTUzZmM1OGVlYTNhYzNkMWEyODFkZWQ5OTViZDYz
|
|
14
|
+
NTk4ODI0YjNiZjRlYWU0ZTFmOTM1NzBkMDc4Yjk1Yjc0MWZmNDU4ODZmYjk3
|
|
15
|
+
OTk2Y2VhNjlkMWJiNzBhODAwMzc5ZWU4M2YxOTQ0ZTlmNzk5M2E=
|
data/lib/sauce/cucumber.rb
CHANGED
|
@@ -118,6 +118,13 @@ module Sauce
|
|
|
118
118
|
'custom-data' => custom_data)
|
|
119
119
|
job.save unless job.nil?
|
|
120
120
|
|
|
121
|
+
# This allow us to execute steps (n) times
|
|
122
|
+
unless scenario.instance_of? ::Cucumber::Ast::OutlineTable::ExampleRow
|
|
123
|
+
scenario.steps.each do |step|
|
|
124
|
+
step.instance_variable_set(:@skip_invoke, false)
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
121
128
|
block.call
|
|
122
129
|
|
|
123
130
|
# Quit the driver to allow for the generation of a new session_id
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sauce-cucumber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- R. Tyler Croy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sauce
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.
|
|
19
|
+
version: 3.1.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.
|
|
26
|
+
version: 3.1.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: cucumber
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|