thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Fabio Kreusch 63dd9f58bc Merge pull request #140
* Allows to use the validate_format_of matcher with allow_blank and allow_nil options
* Fixup test descriptions
* Remove duplicate entry from news
2012-08-14 15:26:43 -07:00
..
allow_mass_assignment_of_matcher.rb Better method name and implementation. 2012-04-24 16:21:23 -05:00
allow_value_matcher.rb Refactor allow value matcher. 2012-05-07 10:25:46 -04:00
ensure_exclusion_of_matcher.rb Continue adding options hash 2012-04-24 16:33:47 -05:00
ensure_inclusion_of_matcher.rb Add #allow_blank and #allow_nil options to #ensure_inclusion_of . 2012-06-06 11:02:43 +03:00
ensure_length_of_matcher.rb ensure_length_of only works with string/text columns. 2012-06-04 11:56:47 -04:00
helpers.rb Make the code easier to read. 2012-04-10 22:55:33 -04:00
validate_acceptance_of_matcher.rb more config hashes 2012-04-24 17:00:26 -05:00
validate_confirmation_of_matcher.rb Add validates_confirmation_of matcher 2011-12-15 11:42:26 -05:00
validate_format_of_matcher.rb Merge pull request #140 2012-08-14 15:26:43 -07:00
validate_numericality_of_matcher.rb ensure_length_of only works with string/text columns. 2012-06-04 11:56:47 -04:00
validate_presence_of_matcher.rb Whitespace. 2012-05-07 10:26:35 -04:00
validate_uniqueness_of_matcher.rb Restore uniqueness scope values after verifying each scope. 2012-07-09 11:29:52 +02:00
validation_matcher.rb Check all values when validating against an array. 2012-04-20 11:37:18 -04:00