mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
5532f4359a
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. |
||
---|---|---|
.. | ||
allow_mass_assignment_of_matcher_spec.rb | ||
allow_value_matcher_spec.rb | ||
disallow_value_matcher_spec.rb | ||
have_secure_password_matcher_spec.rb | ||
helpers_spec.rb | ||
validate_absence_of_matcher_spec.rb | ||
validate_acceptance_of_matcher_spec.rb | ||
validate_confirmation_of_matcher_spec.rb | ||
validate_exclusion_of_matcher_spec.rb | ||
validate_inclusion_of_matcher_spec.rb | ||
validate_length_of_matcher_spec.rb | ||
validate_numericality_of_matcher_spec.rb | ||
validate_presence_of_matcher_spec.rb |