method

before_setup

before_setup()
public

No documentation available.

# File activesupport/lib/active_support/current_attributes/test_helper.rb, line 4
  def before_setup
    ActiveSupport::CurrentAttributes.reset_all
    super
  end