module ActiveSupport::ExecutionContext::TestHelper

def after_teardown

def after_teardown
  super
  ActiveSupport::ExecutionContext.clear
end