1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed minor typo in test code

This commit is contained in:
Godfrey Chan 2014-02-08 10:16:43 -08:00
parent d4b7aa735a
commit 6de4888e04

View file

@ -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"]