rails/activemodel/test/cases
Akira Matsuda 6ffb29d24e users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!
Calling ActiveSupport::TestCase.i_suck_and_my_tests_are_order_dependent! in AS::TestCase makes
everyone's tests order dependent, which should never be done by the framework.
2014-08-12 19:37:04 +09:00
..
serializers remove unnecessary require for json serialization test cases 2014-06-24 00:03:02 +05:30
validations only_integer of NumericalityValidator now allows procs and symbols 2014-06-22 12:22:27 +02: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 Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
conversion_test.rb [ci skip] add tests for ActionModel::Conversion 2014-06-11 23:18:47 +05:30
dirty_test.rb Make restore_attributes public 2014-07-17 14:55:28 -03:00
errors_test.rb Tests for indifferent access using full_messages_for. Closes #11916 2014-03-08 13:28:43 +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 users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! 2014-08-12 19:37:04 +09:00
lint_test.rb Trim down Active Model API by removing valid? and errors.full_messages 2012-02-07 23:10:43 +01:00
model_test.rb ActiveModel::Model inclusion chain backward compatibility 2013-06-20 12:16:17 +10: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 Merge pull request #15959 from aditya-kapoor/remove-unneeded-cases 2014-07-29 18:08:07 -03:00