class ActionDispatch::IntegrationTest

def self.app

def self.app
  # DEPRECATE Rails application fallback
  # This should be set by the initializer
  @@app || (defined?(Rails.application) && Rails.application) || nil
end