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/shoulda
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
..
matchers Remove IneffectiveTestError 2016-01-05 21:50:27 -07:00
matchers.rb Add a new Routing module 2015-09-25 17:45:33 -06:00