diff --git a/test/cases/fixtures_test.rb b/test/cases/fixtures_test.rb index faa5ca3c..86c44d62 100644 --- a/test/cases/fixtures_test.rb +++ b/test/cases/fixtures_test.rb @@ -43,10 +43,14 @@ def before_setup parrots_pirates_redefine parrots_treasures_redefine end + ensure + super end def teardown Arel::Table.engine = ActiveRecord::Base + ensure + super end # This replaces the same test that's been excluded from