elabs_matchers 1.0.0 → 1.0.1
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 +4 -4
- data/lib/elabs_matchers/matchers/be_valid_with.rb +0 -7
- data/lib/elabs_matchers/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: babb4de279694d9b065bf7391d4be9f5b9478fa1
|
|
4
|
+
data.tar.gz: 5bce300a8b34b629bda36d5c3206ebfe8f549766
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 857672bcf1c77e2092bc3403fe256ec46ebf6e7c12b06bae65b9d66918825d09e83c101b4c86fa60ccb9d240cda08eb7dd831a16369930a615f5a56898ad9ba4
|
|
7
|
+
data.tar.gz: f54b341185295c4870670217001042ba2c2278056c5f70869ffeaf827426f0bbad911172cf0fb4afe520b99d9f5dae7d45c7968cd052eb4095e02213dda975fe
|
|
@@ -130,13 +130,6 @@ module ElabsMatchers
|
|
|
130
130
|
def be_valid_with(*values)
|
|
131
131
|
BeValidWithMatcher.new(values)
|
|
132
132
|
end
|
|
133
|
-
|
|
134
|
-
##
|
|
135
|
-
#
|
|
136
|
-
# This is a DEPRECATED alias for `be_valid_with`. This no longer works
|
|
137
|
-
# with newer versions of RSpec
|
|
138
|
-
#
|
|
139
|
-
alias_method :allow, :be_valid_with
|
|
140
133
|
end
|
|
141
134
|
end
|
|
142
135
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elabs_matchers
|
|
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
|
- Everyone at Elabs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec-core
|