From 6de4888e0485d50c7d5e3b97a485e126b561ef6c Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Sat, 8 Feb 2014 10:16:43 -0800 Subject: Fixed minor typo in test code --- actionpack/test/dispatch/cookies_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/dispatch/cookies_test.rb b/actionpack/test/dispatch/cookies_test.rb index 985abeb215..4da19933f0 100644 --- a/actionpack/test/dispatch/cookies_test.rb +++ b/actionpack/test/dispatch/cookies_test.rb @@ -493,7 +493,7 @@ class CookiesTest < ActionController::TestCase assert_equal 45, cookies.encrypted[:user_id] end - def test_encrypted_cookie_using_hybrid_serializer_can_read_from_marshal_json_value + def test_encrypted_cookie_using_hybrid_serializer_can_read_from_json_dumped_value @request.env["action_dispatch.cookies_serializer"] = :hybrid key_generator = @request.env["action_dispatch.key_generator"] -- cgit v1.2.3