thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model/qualifiers
Elliot Winkler 5532f4359a Enable ignoring_interference_by_writer by default
Forcing people to add ignoring_interference_by_writer for each and every
case in which an attribute changes incoming values is pretty obnoxious
on our part (for instance, when using the numericality matcher against
an integer column + `only_integer`). So now, it's enabled by default.
This effectively means that people should never get
AtttributeChangedValueErrors again.
2016-01-05 00:58:17 -07:00
..
ignore_interference_by_writer.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
ignoring_interference_by_writer.rb Add ignoring_interference_by_writer to all matchers 2016-01-05 00:58:16 -07:00