public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Fix symbol cookie test
lifo (author)
Thu Jul 17 10:19:09 -0700 2008
commit  99930d499e424f4560b371412e05d10476216ece
tree    65a6a7de6131fb2ffa22ce429dae1c339aa8bc4e
parent  7e8aee7e6cbd23c1eb18bec1869465e923915e7a
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ class CookieTest < Test::Unit::TestCase
0
   end
0
 
0
   def test_setting_cookie_for_fourteen_days_with_symbols
0
- get :authenticate_for_fourteen_days
0
+ get :authenticate_for_fourteen_days_with_symbols
0
     assert_equal [ CGI::Cookie::new("name" => "user_name", "value" => "david", "expires" => Time.local(2005, 10, 10)) ], @response.headers["cookie"]
0
   end
0
 

Comments

    No one has commented yet.