1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/lib
Elliot Winkler 5ed0362419 Remove IneffectiveTestError
Prior to this commit, the numericality matcher raised an
IneffectiveTestError if used against a numeric column (unless other
qualifiers were added). I had a misunderstanding of how the numericality
validation works -- it turns out it doesn't work against the output of
the attribute in question, it works against the input. So raising this
exception is pointless and doesn't actually protect against anything.
2016-01-05 21:50:27 -07:00
..
shoulda Remove IneffectiveTestError 2016-01-05 21:50:27 -07:00
shoulda-matchers.rb Switched to allowing a more canonical require statement 2011-01-31 16:45:13 -05:00