From 4cfc60a6c8b4e6c01d433abdcf0f6d9873732c43 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Sep 2007 22:55:16 +0000 Subject: Removed deprecated ActionController::Base.cookie (use ActionController#Base.cookies[]= instead) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7434 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/cookie_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/cookie_test.rb b/actionpack/test/controller/cookie_test.rb index e6b6045af9..35c6e8b1bd 100644 --- a/actionpack/test/controller/cookie_test.rb +++ b/actionpack/test/controller/cookie_test.rb @@ -2,10 +2,6 @@ require File.dirname(__FILE__) + '/../abstract_unit' class CookieTest < Test::Unit::TestCase class TestController < ActionController::Base - def authenticate_with_deprecated_writer - cookie "name" => "user_name", "value" => "david" - end - def authenticate cookies["user_name"] = "david" end -- cgit v1.2.3