module ActionDispatch::IntegrationTest::Behavior::ClassMethods

def app

def app
  if defined?(@@app) && @@app
    @@app
  else
    ActionDispatch.test_app
  end
end