thoughtbot--shoulda-matchers/lib
Elliot Winkler 476f0dbe53 Fix negative versions of numericality matcher
The numericality matcher works when used in the negative — i.e.
`should_not` vs `should` — as long as it is not being used with any
qualifiers. As soon as this happens, this breaks because the classes
that back the qualifiers do not respond to `does_not_match?`. This
commit fixes that.
2019-05-31 22:50:28 -06:00
..
shoulda Fix negative versions of numericality matcher 2019-05-31 22:50:28 -06:00
shoulda-matchers.rb Switched to allowing a more canonical require statement 2011-01-31 16:45:13 -05:00