thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Elliot Winkler a026afb800 Fix validates_confirmation_of matcher so that it works under Rails 4
Rails 4 changed how validates_confirmation_of works so that the error
message is applied to the confirmation attribute, not the original
attribute.
2013-08-16 16:17:26 -06: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 Fix validates_confirmation_of matcher so that it works under Rails 4 2013-08-16 16:17:26 -06:00
comparison_matcher.rb fix is_equal_to submatcher for validates_numericality_of 2013-08-10 15:32:07 -06:00
disallow_value_matcher.rb Fix validates_confirmation_of matcher so that it works under Rails 4 2013-08-16 16:17:26 -06:00
ensure_exclusion_of_matcher.rb Fixes max value detection in inclusion and exclusion validators 2013-04-26 11:25:13 -04:00
ensure_inclusion_of_matcher.rb Return an integer for fixnum columns for inclusion 2013-08-14 21:52:59 -04:00
ensure_length_of_matcher.rb Allow the use of %{attribute} or %{model} in i18n translations. 2013-04-12 17:10:18 -04:00
errors.rb Try next values in array only. 2012-10-05 12:58:43 -04:00
exception_message_finder.rb Add support for validation contexts. 2013-04-26 13:40:06 -04:00
helpers.rb Fix a bug in the pretty_error_messages helper. 2013-04-26 12:54:10 -04:00
odd_even_number_matcher.rb Add `failure_message_for_should_not` to `validate_numericality_of` 2013-05-03 16:36:02 -04:00
only_integer_matcher.rb Add `failure_message_for_should_not` to `validate_numericality_of` 2013-05-03 16:36:02 -04:00
validate_acceptance_of_matcher.rb Fix validate_acceptance_of docs resolves #321 2013-08-10 16:38:16 -06:00
validate_confirmation_of_matcher.rb Fix validates_confirmation_of matcher so that it works under Rails 4 2013-08-16 16:17:26 -06:00
validate_numericality_of_matcher.rb Retain stubs on subject for submatchers. 2013-07-12 17:06:49 -04:00
validate_presence_of_matcher.rb Whitespace. 2012-05-07 10:26:35 -04:00
validate_uniqueness_of_matcher.rb remove duplicate 'description' method in uniqueness validation matcher. 2013-08-10 16:16:10 -06:00
validation_matcher.rb Fix validates_confirmation_of matcher so that it works under Rails 4 2013-08-16 16:17:26 -06:00
validation_message_finder.rb Add support for validation contexts. 2013-04-26 13:40:06 -04:00