aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-02-05 03:24:49 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-02-11 01:54:17 -0800
commit25f68ac6a25b5b2ee2b30832ec052e5649d4f10c (patch)
tree7cda92b989104deefc8f9d2909b764037de69568 /actionpack
parentfafe8ece9d406cfbb197cc424baaa15a5772fae5 (diff)
downloadrails-25f68ac6a25b5b2ee2b30832ec052e5649d4f10c.tar.gz
rails-25f68ac6a25b5b2ee2b30832ec052e5649d4f10c.tar.bz2
rails-25f68ac6a25b5b2ee2b30832ec052e5649d4f10c.zip
Removed an old test
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/dispatch/cookies_test.rb5
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