module ActiveSupport::CurrentAttributes::TestHelper
def after_teardown
def after_teardown super ActiveSupport::CurrentAttributes.reset_all end
def before_setup
def before_setup ActiveSupport::CurrentAttributes.reset_all super end
def after_teardown super ActiveSupport::CurrentAttributes.reset_all end
def before_setup ActiveSupport::CurrentAttributes.reset_all super end