rails/activemodel/test/cases/validations
Sean Griffin 72570ea289 Merge pull request #18439 from mokhan/validates-acceptance-of-array
allow '1' or true for acceptance validation.
2015-01-12 12:06:00 -07:00
..
absence_validation_test.rb Correct typo, add test for validates_absence_of, correct method names 2014-06-16 08:22:11 +05:30
acceptance_validation_test.rb allow '1' or true for acceptance validation. 2015-01-10 22:47:47 -07:00
callbacks_test.rb Add test for AM::Validation::Callbacks with :on 2015-01-11 12:29:39 -08:00
conditional_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
confirmation_validation_test.rb Completely remove potential global state leaks in ActiveModel tests. 2014-03-11 00:48:25 +08:00
exclusion_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
format_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
i18n_generate_message_validation_test.rb Add singular and plural form for some validation messages 2014-05-02 18:32:11 +02:00
i18n_validation_test.rb Run ActiveModel test suites in random order. 2014-03-10 03:52:51 +08:00
inclusion_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
length_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
numericality_validation_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
presence_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
validates_test.rb Remove redundant require of file 2014-11-01 19:00:12 +00:00
validations_context_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00
with_validation_test.rb Use the new clear_validators! api to reset validators in tests 2014-01-27 08:26:54 -02:00