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