rails/activemodel/test/cases
Carlhuda 24ab5665b2 Revert "Fix test load paths for those not using bundler"
This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818.

This commit broke tests. You cannot have a file called "bundler" on the load path.
2010-02-23 17:31:17 -08:00
..
serializeration Fix warnings in AMo 2009-09-05 19:10:21 -05:00
validations Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00
attribute_methods_test.rb Fixed behavior of attribute_methods_generated? [#3220 state:resolved] 2009-10-07 09:07:39 -05:00
callbacks_test.rb Move ActiveRecord callbacks implementation to ActiveModel and make use of it. 2009-12-28 16:19:23 -08:00
conversion_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
helper.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
lint_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
naming_test.rb Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00
observing_test.rb Fix warnings in AMo 2009-09-05 19:10:21 -05:00
tests_database.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
translation_test.rb Allow to specify default attributes names translation in I18n yml files. 2010-01-07 15:31:50 +01:00
validations_test.rb Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00