mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
2e35b3730e
This is part of a collection of commits that aim to improve failure messages across the board, in order to make matchers easier to debug when something goes wrong. * Make the description of the matcher more readable. * Add boolean methods to check whether `allow_nil` or `allow_blank` have been specified, to conform to the interface that ValidationMatcher introduces. * Fix or fill in tests involving failure messages and descriptions to match these changes and recent changes to ValidationMatcher and allow_value. |
||
---|---|---|
.. | ||
numericality_matchers | ||
validation_matcher | ||
allow_mass_assignment_of_matcher.rb | ||
allow_value_matcher.rb | ||
disallow_value_matcher.rb | ||
errors.rb | ||
have_secure_password_matcher.rb | ||
helpers.rb | ||
numericality_matchers.rb | ||
validate_absence_of_matcher.rb | ||
validate_acceptance_of_matcher.rb | ||
validate_confirmation_of_matcher.rb | ||
validate_exclusion_of_matcher.rb | ||
validate_inclusion_of_matcher.rb | ||
validate_length_of_matcher.rb | ||
validate_numericality_of_matcher.rb | ||
validate_presence_of_matcher.rb | ||
validation_matcher.rb | ||
validation_message_finder.rb | ||
validator.rb |