spec_snap 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/spec_snap/capybara.rb +4 -0
- data/lib/spec_snap/feature_login_helper.rb +4 -0
- data/lib/spec_snap/kanimari_helper.rb +2 -0
- data/lib/spec_snap/rspec_config.rb +8 -0
- data/lib/spec_snap/shoulda_matchers.rb +10 -0
- data/lib/spec_snap/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af832e8f2f76ec92f36e3fe04db664ce27bd17d7
|
4
|
+
data.tar.gz: d5db314bc7af9d368cf80e62ec6e3090fe98456e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59bc0aa217cf90717c4575930492df63584e065ef918b2569fdfe7dbb5b15e0f4714c890d78bec04dc5780087723f11fe99ac1f660e101583654bceb1485b124
|
7
|
+
data.tar.gz: 131873c4e510af826f831ba9d6c4b43cd56b8bd6e5c20f9cce55957510aae2a0973299ed44fefdb3aa9045d5f1ed4c7f4b0517593e66430c173df72ba6a1e006
|
data/CHANGELOG.md
ADDED
data/lib/spec_snap/capybara.rb
CHANGED
data/lib/spec_snap/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spec_snap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Whittingham
|
@@ -63,6 +63,7 @@ files:
|
|
63
63
|
- ".gitignore"
|
64
64
|
- ".rspec"
|
65
65
|
- ".travis.yml"
|
66
|
+
- CHANGELOG.md
|
66
67
|
- CODE_OF_CONDUCT.md
|
67
68
|
- Gemfile
|
68
69
|
- LICENSE.txt
|
@@ -80,7 +81,9 @@ files:
|
|
80
81
|
- lib/spec_snap/kanimari_helper.rb
|
81
82
|
- lib/spec_snap/policy_helper.rb
|
82
83
|
- lib/spec_snap/required_seeds.rb
|
84
|
+
- lib/spec_snap/rspec_config.rb
|
83
85
|
- lib/spec_snap/rspec_output.rb
|
86
|
+
- lib/spec_snap/shoulda_matchers.rb
|
84
87
|
- lib/spec_snap/simplecov.rb
|
85
88
|
- lib/spec_snap/test_prof.rb
|
86
89
|
- lib/spec_snap/vcr.rb
|