rspec-steps 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rspec-steps/stepwise.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 450f314d7e1d2cc39735a1331ea8143b3a1a7c5b
|
4
|
+
data.tar.gz: 4e4e23c031ce30133cd5b0ec6397d197a120ccad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bfab8c4694b2d635614fdce3cfc9e89dd87e63a4bc42808e14674750138aaee24b3b22dda9fb9016a1d84f377f9a3a77b537f053597e12a74ced711e62334a5
|
7
|
+
data.tar.gz: 7bf162d1d0029a0b7b25d493fbc9bd1906fdf619ec1c0b84e7c73f8de981a5053c3ff37caa792e1fbb878157d1888f3ed9886e3602cff00078448957d5e48af2
|
data/lib/rspec-steps/stepwise.rb
CHANGED
@@ -181,7 +181,7 @@ module RSpecStepwise
|
|
181
181
|
instance.example = whole_list_example
|
182
182
|
instance.reporter = reporter
|
183
183
|
|
184
|
-
suspend_transactional_fixtures do
|
184
|
+
result = suspend_transactional_fixtures do
|
185
185
|
whole_list_example.run(instance, reporter)
|
186
186
|
end
|
187
187
|
|
@@ -190,6 +190,7 @@ module RSpecStepwise
|
|
190
190
|
fail_filtered_examples(whole_list_example.exception, reporter)
|
191
191
|
end
|
192
192
|
|
193
|
+
result
|
193
194
|
end
|
194
195
|
end
|
195
196
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-steps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Judson Lester
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-06-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: corundum
|
@@ -315,7 +315,7 @@ rdoc_options:
|
|
315
315
|
- --main
|
316
316
|
- doc/README
|
317
317
|
- --title
|
318
|
-
- rspec-steps-0.4.
|
318
|
+
- rspec-steps-0.4.1 RDoc
|
319
319
|
require_paths:
|
320
320
|
- lib/
|
321
321
|
required_ruby_version: !ruby/object:Gem::Requirement
|