Diffstat (limited to 'vendor/rails/activerecord/test/association_inheritance_reload.rb') (more/less context) (ignore whitespace changes)
| -rw-r--r-- | vendor/rails/activerecord/test/association_inheritance_reload.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/rails/activerecord/test/association_inheritance_reload.rb b/vendor/rails/activerecord/test/association_inheritance_reload.rb deleted file mode 100644 index a3d5722..0000000 --- a/vendor/rails/activerecord/test/association_inheritance_reload.rb +++ b/dev/null @@ -1,14 +0,0 @@ -require 'abstract_unit' -require 'fixtures/company' - -class AssociationInheritanceReloadTest < Test::Unit::TestCase - fixtures :companies - - def test_set_attributes - assert_equal ["errors.add_on_empty('name', \"can't be empty\")"], Firm.read_inheritable_attribute("validate"), "Second run" - # ActiveRecord::Base.reset_column_information_and_inheritable_attributes_for_all_subclasses - remove_subclass_of(ActiveRecord::Base) - load 'fixtures/company.rb' - assert_equal ["errors.add_on_empty('name', \"can't be empty\")"], Firm.read_inheritable_attribute("validate"), "Second run" - end -end
\ No newline at end of file |
