module ActiveRecord::TestFixtures

def after_teardown # :nodoc:

:nodoc:
def after_teardown # :nodoc:
  super
ensure
  teardown_fixtures
end