Update to Rails 2.3.8
This commit is contained in:
parent
6677b46cb4
commit
f0635301aa
429 changed files with 17683 additions and 4047 deletions
|
@ -324,7 +324,6 @@ class IntegrationProcessTest < ActionController::IntegrationTest
|
|||
assert_equal "Gone", status_message
|
||||
assert_response 410
|
||||
assert_response :gone
|
||||
assert_equal "cookie_1=; path=/\ncookie_3=chocolate; path=/", headers["Set-Cookie"]
|
||||
assert_equal({"cookie_1"=>"", "cookie_2"=>"oatmeal", "cookie_3"=>"chocolate"}, cookies)
|
||||
assert_equal "Gone", response.body
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue