123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::ExecutionContext::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/execution_context/test_helper.rb', line 9

def after_teardown
  super
  ActiveSupport::ExecutionContext.clear
end

#before_setup

[ GitHub ]

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

def before_setup
  ActiveSupport::ExecutionContext.clear
  super
end