Method: ActiveSupport::CurrentAttributes::TestHelper#after_teardown

Defined in:
activesupport/lib/active_support/current_attributes/test_helper.rb

#after_teardownObject



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

def after_teardown
  super
  ActiveSupport::CurrentAttributes.reset_all
end