method

after_teardown

rails latest stable - Class: ActiveSupport::ExecutionContext::TestHelper
after_teardown()
public

No documentation available.

# File activesupport/lib/active_support/execution_context/test_helper.rb, line 9
  def after_teardown
    super
    ActiveSupport::ExecutionContext.clear
  end