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/active_model
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
..
allow_mass_assignment_of_matcher_spec.rb
allow_value_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
disallow_value_matcher_spec.rb
have_secure_password_matcher_spec.rb
helpers_spec.rb
validate_absence_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_acceptance_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_confirmation_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_exclusion_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_inclusion_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_length_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_numericality_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validate_presence_of_matcher_spec.rb Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00