thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers/active_model
Elliot Winkler ae9bf4a735 Add minimal support for Rails 6
* Add Rails 6 appraisal to start testing against it.
* Fix usage of Module#parent as this is deprecated in Rails 6 in favor
  of Module#module_parent.
* Ensure that we're using the correct version of `sqlite3` and `pg` at
  all times
* When creating classes within tests, ensure that they are removed
  correctly
* Fix detection of has_secure_password in models: Check that
  InstanceMethodsOnActivation is specifically defined, as Rails 6 no
  longer has such a module.

Co-authored-by: Lee Machin <me@mrl.ee>
2019-04-22 00:10:18 -04:00
..
allow_mass_assignment_of_matcher_spec.rb Drop legacy callback matchers under Rails 5 2017-09-26 17:17:18 -05:00
allow_value_matcher_spec.rb Remove active_record_supports_enum? helper 2018-01-28 00:28:39 -06:00
disallow_value_matcher_spec.rb Stop handling AR RangeError when assign a attribute 2015-09-23 15:46:32 -06:00
have_secure_password_matcher_spec.rb Add minimal support for Rails 6 2019-04-22 00:10:18 -04:00
helpers_spec.rb Remove warning when running tests 2014-12-15 23:05:52 -07:00
validate_absence_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_acceptance_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_confirmation_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_exclusion_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_inclusion_of_matcher_spec.rb Ensure allow_nil on inclusion returns self 2019-02-14 03:31:50 -07:00
validate_length_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_numericality_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_presence_of_matcher_spec.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00