rspec-steps 2.0.0 → 2.0.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/monkeypatching.rb +3 -0
- data/spec/example_group_spec.rb +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd276211aacdfac79c2bb9787cef0207af76b10f
|
4
|
+
data.tar.gz: 5e293bebcd74fcc6fb1ac848ba3e72a40b8e3d86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 485c15bc0322a7b7dc35a82bd78c08b722b0d0bed06ba21c756196b1bc94d221462f04158c21f56385591c6c9b548d5c4958907bb57c55ed7b03a830090e7ff4
|
7
|
+
data.tar.gz: 552f83918ebba943bbd5653abb757a4ba6ca599db99518707b62ce2a0b9d2fa454eb083dbbb42fb2e7f67eaf686f805e849053de7371b0f08f408b179ce49a81
|
data/spec/example_group_spec.rb
CHANGED
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: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Judson Lester
|
@@ -313,6 +313,7 @@ files:
|
|
313
313
|
- lib/rspec-steps/dsl.rb
|
314
314
|
- lib/rspec-steps/hook.rb
|
315
315
|
- lib/rspec-steps/lets.rb
|
316
|
+
- lib/rspec-steps/monkeypatching.rb
|
316
317
|
- lib/rspec-steps/step-list.rb
|
317
318
|
- lib/rspec-steps/step-result.rb
|
318
319
|
- lib/rspec-steps/step.rb
|
@@ -332,7 +333,7 @@ rdoc_options:
|
|
332
333
|
- "--main"
|
333
334
|
- doc/README
|
334
335
|
- "--title"
|
335
|
-
- rspec-steps-2.0.
|
336
|
+
- rspec-steps-2.0.1 RDoc
|
336
337
|
require_paths:
|
337
338
|
- lib/
|
338
339
|
required_ruby_version: !ruby/object:Gem::Requirement
|