diff options
author | eileencodes <eileencodes@gmail.com> | 2015-07-07 14:36:50 -0400 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-07-07 14:31:34 -0700 |
commit | 8363b879fe759f0645179f4521cc64795efbee6e (patch) | |
tree | 6450bbea30d76265236a1befdce5ca2b5372289e /actionpack/test | |
parent | ae29142142324545a328948e059e8b8118fd7a33 (diff) | |
download | rails-8363b879fe759f0645179f4521cc64795efbee6e.tar.gz rails-8363b879fe759f0645179f4521cc64795efbee6e.tar.bz2 rails-8363b879fe759f0645179f4521cc64795efbee6e.zip |
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.
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/dispatch/test_request_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |