module ActionDispatch::Integration::Runner

def before_setup # :nodoc:

:nodoc:
def before_setup # :nodoc:
  @app = nil
  super
end