module ActiveSupport::CurrentAttributes::TestHelper

def after_teardown

def after_teardown
  super
  ActiveSupport::CurrentAttributes.reset_all
end