thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
pacop 1424713162 Fix typo in documentation of allow_values (#1241)
Example in allow_values was wrong. It provides a valid value while using
should_not allow_values, so the test was failling but it was claiming in
documentation that the test will pass
2019-08-30 15:07:32 +02:00
..
allow_value_matcher Remove duplicated method `model` 2018-01-02 14:35:41 -02:00
numericality_matchers Fix negative versions of numericality matcher 2019-05-31 22:50:28 -06:00
qualifiers Add allow_nil to presence matcher 2019-05-31 08:18:31 -06:00
validation_matcher Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
allow_mass_assignment_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
allow_value_matcher.rb Fix typo in documentation of allow_values (#1241) 2019-08-30 15:07:32 +02:00
disallow_value_matcher.rb (feature): Add 'ignore_case_sensitivity' option 2016-01-10 21:49:59 -07:00
errors.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
have_secure_password_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
helpers.rb Refactor allow_value & disallow_value 2015-12-13 20:22:22 -07:00
numericality_matchers.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
qualifiers.rb Add allow_nil to presence matcher 2019-05-31 08:18:31 -06:00
validate_absence_of_matcher.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_acceptance_of_matcher.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_confirmation_of_matcher.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_exclusion_of_matcher.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_inclusion_of_matcher.rb ValidateInclusionOfMatcher#allow_nil should return `self` 2019-02-14 03:31:32 -07:00
validate_length_of_matcher.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validate_numericality_of_matcher.rb Add minimal support for Rails 6 2019-04-22 00:10:18 -04:00
validate_presence_of_matcher.rb Fix presence matcher w/ custom serializer 2019-07-27 23:26:36 -06:00
validation_matcher.rb Fix negative versions of validation matchers 2018-09-15 13:43:30 -03:00
validation_message_finder.rb Remove Rails 3.x, Ruby 1.9.2, Ruby 1.9.3 2015-02-09 10:52:22 -07:00
validator.rb allow_value: pre-set attributes before validation 2015-12-30 21:34:02 -05:00