123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::CurrentAttributes::TestHelper

Do not use. This module is for internal use only.

Instance Method Summary

Instance Method Details

#after_teardown

[ GitHub ]

  
# File 'activesupport/lib/active_support/current_attributes/test_helper.rb', line 9

def after_teardown
  super
  ActiveSupport::CurrentAttributes.reset_all
end

#before_setup

[ GitHub ]

  
# File 'activesupport/lib/active_support/current_attributes/test_helper.rb', line 4

def before_setup
  ActiveSupport::CurrentAttributes.reset_all
  super
end