Fix symbol cookie test

This commit is contained in:
Pratik Naik 2008-07-17 18:19:09 +01:00
parent 7e8aee7e6c
commit 99930d499e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class CookieTest < Test::Unit::TestCase
end
def test_setting_cookie_for_fourteen_days_with_symbols
get :authenticate_for_fourteen_days
get :authenticate_for_fourteen_days_with_symbols
assert_equal [ CGI::Cookie::new("name" => "user_name", "value" => "david", "expires" => Time.local(2005, 10, 10)) ], @response.headers["cookie"]
end