1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test/cases
Rafael Mendonça França 7919c29d50 Merge pull request #16381 from kakipo/validate-length-tokenizer
Allow symbol as values for `tokenizer` of `LengthValidator`
2015-02-13 12:09:36 -02:00
..
serializers Move model definition to test/models for test order indenendency 2014-08-28 16:56:53 +09:00
validations Merge pull request #16381 from kakipo/validate-length-tokenizer 2015-02-13 12:09:36 -02:00
attribute_assignment_test.rb ✂️ and 💅 for #10776 2015-01-23 14:51:59 -07:00
attribute_methods_test.rb Completely remove potential global state leaks in ActiveModel tests. 2014-03-11 00:48:25 +08:00
callbacks_test.rb Deprecate false as the way to halt AM callbacks 2015-01-02 15:31:56 -08:00
conversion_test.rb [ci skip] add tests for ActionModel::Conversion 2014-06-11 23:18:47 +05:30
dirty_test.rb Remove unused "deprecated_reload" method 2015-01-11 12:32:26 -08:00
errors_test.rb Fixed duplicating ActiveModel::Errors#details 2015-01-24 11:58:55 +01:00
forbidden_attributes_protection_test.rb Don't use assert_nothing_raised when assert_equal is used 2012-09-16 23:58:21 -05:00
helper.rb Default to sorting user's test cases for now 2014-09-08 05:32:16 -07:00
lint_test.rb
model_test.rb use attribute assignment module logic during active model initialization 2015-01-23 14:42:47 -08:00
naming_test.rb Delegate #model_name method to self.class 2014-06-22 19:14:25 -07:00
railtie_test.rb fix tests 2013-07-30 20:03:57 +03:00
secure_password_test.rb Allow password to contain spaces only. 2014-08-06 22:11:06 +03:00
serialization_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
translation_test.rb Run ActiveModel test suites in random order. 2014-03-10 03:52:51 +08:00
validations_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30