mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
316f4704eaa8aaba11e7ecebc1da9aa926fdd2d0
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]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%