thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers/active_model
Elliot Winkler 43f4252561 Fix absence matcher tests so that they run
Apparently they were supposed to be enabled for ActiveModel >= 4 but
ended up being enabled for ActiveModel 4 itself.
2018-09-11 00:33:49 -06:00
..
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 Fix absence matcher tests so that they run 2018-09-11 00:33:49 -06:00
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