From 449039a86d802871b707dfb51ac1ed96d53526f9 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 23 Jul 2012 13:50:48 -0300 Subject: Remove ActionDispatch::Head middleware in favor of Rack::Head Closes #7110 there's more work to do on rack-cache issue 69 --- actionpack/test/abstract_unit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/abstract_unit.rb') diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index 37deb9c98a..8c7f6474e5 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -171,7 +171,7 @@ class ActionDispatch::IntegrationTest < ActiveSupport::TestCase middleware.use "ActionDispatch::ParamsParser" middleware.use "ActionDispatch::Cookies" middleware.use "ActionDispatch::Flash" - middleware.use "ActionDispatch::Head" + middleware.use "Rack::Head" yield(middleware) if block_given? end end -- cgit v1.2.3