Craig Smith 316f4704ea Test cases should see all the cookies, not just cookies that have been set in the controller.
Previously this example would always pass, even when cookies.delete was not called.

@request.cookies['foo'] = 'bar'
get :delete_cookie
assert_nil cookies['foo']

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#2768 state:committed]
2009-10-15 10:58:55 +13:00
2009-10-09 18:36:58 -07:00
2009-10-14 14:47:11 -07:00
2009-10-12 22:23:29 -05:00
2008-06-22 10:38:25 -07:00
2009-10-06 15:53:25 +13:00
2009-08-11 23:44:44 -07:00
Description
No description provided
85 MiB
Languages
Ruby 97.9%
CSS 1.5%
HTML 0.5%