diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-09-26 21:07:49 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-09-26 21:07:49 -0500 |
commit | b0506b086fa1b59b072aaf7de99f01846fce10a4 (patch) | |
tree | 4beaa3d92a061df6ca0b5859c69fa64dcbe4f19c /railties/test | |
parent | acfeec515111d427b3a27aef3af034922e0d9248 (diff) | |
download | rails-b0506b086fa1b59b072aaf7de99f01846fce10a4.tar.gz rails-b0506b086fa1b59b072aaf7de99f01846fce10a4.tar.bz2 rails-b0506b086fa1b59b072aaf7de99f01846fce10a4.zip |
Create separate middleware stack for initializer
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/fcgi_dispatcher_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/test/fcgi_dispatcher_test.rb b/railties/test/fcgi_dispatcher_test.rb index 7bf2b24c07..1e704b862f 100644 --- a/railties/test/fcgi_dispatcher_test.rb +++ b/railties/test/fcgi_dispatcher_test.rb @@ -5,8 +5,6 @@ uses_gem "fcgi", "0.8.7" do require 'action_controller' require 'rails/fcgi_handler' -Dispatcher.middleware.clear - class RailsFCGIHandlerTest < Test::Unit::TestCase def setup @log = StringIO.new |