From 8363b879fe759f0645179f4521cc64795efbee6e Mon Sep 17 00:00:00 2001 From: eileencodes Date: Tue, 7 Jul 2015 14:36:50 -0400 Subject: pass cookies from the jar in the HTTP_COOKIE header we should be pushing the cookies in via headers rather than maintaining some object and "recycling" it. --- actionpack/test/dispatch/test_request_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/test') diff --git a/actionpack/test/dispatch/test_request_test.rb b/actionpack/test/dispatch/test_request_test.rb index cc35d4594e..a4c124070a 100644 --- a/actionpack/test/dispatch/test_request_test.rb +++ b/actionpack/test/dispatch/test_request_test.rb @@ -24,8 +24,6 @@ class TestRequestTest < ActiveSupport::TestCase assert_equal true, env.delete("rack.multithread") assert_equal true, env.delete("rack.multiprocess") assert_equal false, env.delete("rack.run_once") - - assert env.empty?, env.inspect end test "cookie jar" do -- cgit v1.2.3