diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-02-05 03:24:49 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-02-11 01:54:17 -0800 |
commit | 25f68ac6a25b5b2ee2b30832ec052e5649d4f10c (patch) | |
tree | 7cda92b989104deefc8f9d2909b764037de69568 /actionpack/test | |
parent | fafe8ece9d406cfbb197cc424baaa15a5772fae5 (diff) | |
download | rails-25f68ac6a25b5b2ee2b30832ec052e5649d4f10c.tar.gz rails-25f68ac6a25b5b2ee2b30832ec052e5649d4f10c.tar.bz2 rails-25f68ac6a25b5b2ee2b30832ec052e5649d4f10c.zip |
Removed an old test
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/dispatch/cookies_test.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/dispatch/cookies_test.rb b/actionpack/test/dispatch/cookies_test.rb index 8c52ed348d..6162cea6b7 100644 --- a/actionpack/test/dispatch/cookies_test.rb +++ b/actionpack/test/dispatch/cookies_test.rb @@ -369,11 +369,6 @@ class CookiesTest < ActionController::TestCase assert_equal 'Jamie', @controller.send(:cookies).permanent[:user_name] end - def test_signed_cookie - get :set_signed_cookie - assert_equal 45, @controller.send(:cookies).signed[:user_id] - end - def test_signed_cookie_using_default_serializer get :set_signed_cookie cookies = @controller.send :cookies |