Method: ActiveSupport::ExecutionContext::TestHelper#after_teardown

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

#after_teardownObject



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

def after_teardown
  super
  ActiveSupport::ExecutionContext.clear
end