Skip to content

Commit

Permalink
fix AR tests for sqlite
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3896 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
technoweenie committed Mar 16, 2006
1 parent 02d3444 commit fd87a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/fixtures.rb
Expand Up @@ -533,7 +533,7 @@ def teardown_with_fixtures
ActiveRecord::Base.connection.rollback_db_transaction ActiveRecord::Base.connection.rollback_db_transaction
ActiveRecord::Base.unlock_mutex ActiveRecord::Base.unlock_mutex
end end
ActiveRecord::Base.clear_active_connections! ActiveRecord::Base.verify_active_connections!
end end


alias_method :teardown, :teardown_with_fixtures alias_method :teardown, :teardown_with_fixtures
Expand Down

0 comments on commit fd87a78

Please sign in to comment.