rspec-steps 1.0.0 → 1.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.rb +1 -0
- data/lib/rspec-steps/duckpunch/hooks.rb +7 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73e3cb55f6fe4af71bcd6f44a64f284f1df1c150
|
4
|
+
data.tar.gz: e066e7cbe7255a932f2c51cc454f0c176896d6ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c34bed95b13ee2f93c3de64696a967f051e4a81cb9431ad888d993e3e6448fa90d7aa4129771f13d22e6ae7976a55ff681838ec315b3c5afcbd3a806dea6ae4
|
7
|
+
data.tar.gz: 19944baa9fa268ed9f3eb060d88f709a19070d1cebad8edab047a569f9c4cdbe4130f74f5dbc61d7bb2b7a1c91e80c71ab8a23e58e4ca5bc576e53da11d71fbc
|
data/lib/rspec-steps.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: 1.0.
|
4
|
+
version: 1.0.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-11-
|
12
|
+
date: 2014-11-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: corundum
|
@@ -193,6 +193,7 @@ files:
|
|
193
193
|
- lib/rspec-steps/stepwise.rb
|
194
194
|
- lib/rspec-steps/duckpunch/example-group.rb
|
195
195
|
- lib/rspec-steps/duckpunch/example.rb
|
196
|
+
- lib/rspec-steps/duckpunch/hooks.rb
|
196
197
|
- lib/rspec-steps/duckpunch/object-extensions.rb
|
197
198
|
- doc/README
|
198
199
|
- doc/Specifications
|
@@ -329,7 +330,7 @@ rdoc_options:
|
|
329
330
|
- --main
|
330
331
|
- doc/README
|
331
332
|
- --title
|
332
|
-
- rspec-steps-1.0.
|
333
|
+
- rspec-steps-1.0.1 RDoc
|
333
334
|
require_paths:
|
334
335
|
- lib/
|
335
336
|
required_ruby_version: !ruby/object:Gem::Requirement
|