mirror of
https://github.com/github/rails.git
synced 2026-01-10 07:08:08 -05:00
Test actual content of permanent cookie
This commit is contained in:
@@ -188,7 +188,7 @@ class CookiesTest < ActionController::TestCase
|
||||
def test_setting_the_same_value_to_permanent_cookie
|
||||
request.cookies[:user_name] = 'Jamie'
|
||||
get :set_permanent_cookie
|
||||
assert response.cookies, 'user_name' => 'Jamie'
|
||||
assert_equal response.cookies, 'user_name' => 'Jamie'
|
||||
end
|
||||
|
||||
def test_setting_with_escapable_characters
|
||||
|
||||
Reference in New Issue
Block a user