method
before_setup
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Integration::Runner
before_setup()public
No documentation available.
# File actionpack/lib/action_dispatch/testing/integration.rb, line 312
def before_setup # :nodoc:
@app = nil
super
end