thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Melissa Xie 73723cdbc8 Fixes #179: Check that attributes are set properly when testing for matches
* AllowValueMatcher's `matches?` should check that the attribute was actually set to the value passed to it
2013-03-28 14:31:59 -04:00
..
allow_mass_assignment_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
allow_value_matcher.rb Fixes #179: Check that attributes are set properly when testing for matches 2013-03-28 14:31:59 -04:00
disallow_value_matcher.rb Use DisallowValueMatcher for `disallows_value_of` method 2013-03-28 14:02:03 -04:00
ensure_exclusion_of_matcher.rb Add in_array to ensure_exclusion_of 2012-09-21 11:58:07 -04:00
ensure_inclusion_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
ensure_length_of_matcher.rb Fix ensure_length_of matcher to work for is_equal_to cases when the attribute has other validations on it. 2012-09-21 14:07:25 -04:00
errors.rb Try next values in array only. 2012-10-05 12:58:43 -04:00
exception_message_finder.rb Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00
helpers.rb Refactored delegation of error message generation 2013-03-08 17:14:08 -05:00
only_integer_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validate_acceptance_of_matcher.rb more config hashes 2012-04-24 17:00:26 -05:00
validate_confirmation_of_matcher.rb Use correct variable in validate_confirmation_of matcher description 2013-03-25 10:11:50 -04:00
validate_format_of_matcher.rb Deprecate matchers for 2.0 release. 2013-03-15 16:26:48 -04:00
validate_numericality_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validate_presence_of_matcher.rb Whitespace. 2012-05-07 10:26:35 -04:00
validate_uniqueness_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validation_matcher.rb Use DisallowValueMatcher for `disallows_value_of` method 2013-03-28 14:02:03 -04:00
validation_message_finder.rb Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00