# File lib/action_controller/integration.rb, line 67 def initialize(app = nil) @application = app || ActionController::Dispatcher.new reset! end