thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model/numericality_matchers
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
..
comparison_matcher.rb Refactor numericality matcher 2015-12-13 20:22:22 -07:00
even_number_matcher.rb Refactor numericality matcher 2015-12-13 20:22:22 -07:00
numeric_type_matcher.rb Fix negative versions of numericality matcher 2019-05-31 22:50:28 -06:00
odd_number_matcher.rb Refactor numericality matcher 2015-12-13 20:22:22 -07:00
only_integer_matcher.rb Refactor numericality matcher 2015-12-13 20:22:22 -07:00