1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Alan Heywood d92d548d42 Allow the use of %{attribute} or %{model} in i18n translations.
Fix a bug where shoulda was raising an exception, when a translation
in en.yml was modified to include %{attribute} or %{model}
2013-04-12 17:10:18 -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 Revert commit 73723cdbc8 2013-03-29 16:31:21 -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 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 Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00
helpers.rb Allow the use of %{attribute} or %{model} in i18n translations. 2013-04-12 17:10:18 -04: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_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 Support datetime columns in validate_uniqueness_of.scoped_to 2013-04-05 15:59:51 -04: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