From 34fa6658dd1b779b21e586f01ee64c6f59ca1537 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 20 Aug 2015 15:57:15 -0700 Subject: pass a request object to the headers object --- actionpack/test/dispatch/header_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/dispatch/header_test.rb') diff --git a/actionpack/test/dispatch/header_test.rb b/actionpack/test/dispatch/header_test.rb index 782c2cb11d..79600b654b 100644 --- a/actionpack/test/dispatch/header_test.rb +++ b/actionpack/test/dispatch/header_test.rb @@ -2,7 +2,7 @@ require "abstract_unit" class HeaderTest < ActiveSupport::TestCase def make_headers(hash) - ActionDispatch::Http::Headers.new hash + ActionDispatch::Http::Headers.new ActionDispatch::Request.new hash end setup do -- cgit v1.2.3