module ActiveSupport::Testing::SetupAndTeardown::ForMiniTest

def after_teardown

def after_teardown
  run_callbacks :teardown
  super
end