Method: ActiveSupport::CurrentAttributes::TestHelper#before_setup

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

#before_setupObject



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

def before_setup
  ActiveSupport::CurrentAttributes.reset_all
  super
end