thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model/numericality_matchers
Elliot Winkler 23ff55ff5d v_n_o no longer treats numbers as floats
Essentially validate_numericality_of when used with a comparison
qualifier required you to use only_integer when the validation itself
had only_integer on it, because the boundaries of the comparison were
tested using small decimal numbers rather than whole numbers. This
change was introduced in bc110f7, but is obviously is a backward
incompatible change, so we are reverting it.
2014-04-26 11:27:24 -04:00
..
comparison_matcher.rb v_n_o no longer treats numbers as floats 2014-04-26 11:27:24 -04:00
even_number_matcher.rb Update numericality comarison matcher more accurate 2014-02-26 19:48:29 -08:00
numeric_type_matcher.rb Update numericality comarison matcher more accurate 2014-02-26 19:48:29 -08:00
odd_number_matcher.rb Update numericality comarison matcher more accurate 2014-02-26 19:48:29 -08:00
only_integer_matcher.rb Update numericality comarison matcher more accurate 2014-02-26 19:48:29 -08:00