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/spec/unit/shoulda/matchers
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
..
action_controller Fix formatting issues with #permit failure messages 2015-09-29 18:30:21 -06:00
active_model Remove IneffectiveTestError 2016-01-05 21:50:27 -07:00
active_record Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
doublespeak Improve architecture for permit matcher 2015-09-29 18:42:08 -06:00
independent Add with_prefix to delegate_method 2014-12-15 22:38:27 -07:00
routing Add a new Routing module 2015-09-25 17:45:33 -06:00
util word_wrap: Add ability to indent wrapped text 2015-12-13 20:22:21 -07:00
doublespeak_spec.rb Make Doublespeak specs runnable without Rails 2015-02-28 23:41:28 -07:00