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