Method: ActiveSupport::ExecutionContext::TestHelper#before_setup

Defined in:
lib/active_support/execution_context/test_helper.rb

#before_setupObject



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

def before_setup
  ActiveSupport::ExecutionContext.clear
  super
end