aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-02-08 10:16:43 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-02-11 01:54:17 -0800
commit6de4888e0485d50c7d5e3b97a485e126b561ef6c (patch)
tree00fdf41e327ff52433a22b21e2e00615053232ff /actionpack
parentd4b7aa735a0044da6b751cb72ce5d4fd979476d6 (diff)
downloadrails-6de4888e0485d50c7d5e3b97a485e126b561ef6c.tar.gz
rails-6de4888e0485d50c7d5e3b97a485e126b561ef6c.tar.bz2
rails-6de4888e0485d50c7d5e3b97a485e126b561ef6c.zip
Fixed minor typo in test code
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/dispatch/cookies_test.rb2
1 files changed, 1 insertions, 1 deletions
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"]