method

before_setup

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

No documentation available.

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