From 71b33ec482404f6e48c651eb868243ed0b6c4175 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 26 Sep 2009 13:02:34 -0500 Subject: [PATCH] AC::Dispatcher is the default app, don't need to set it --- actionpack/test/abstract_unit.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index 134883ed19..c54efa308c 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -69,10 +69,6 @@ class Rack::TestCase < ActionController::IntegrationTest ActionController::Base.session_options[:secret] = ("*" * 30) end - def app - @app ||= ActionController::Dispatcher.new - end - def self.testing(klass = nil) if klass @testing = "/#{klass.name.underscore}".sub!(/_controller$/, '') -- GitLab