Skip to content

Commit

Permalink
Test actual content of permanent cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
brainopia committed Aug 10, 2012
1 parent 581a927 commit e157903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/dispatch/cookies_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_setting_the_same_value_to_cookie
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
Expand Down

0 comments on commit e157903

Please sign in to comment.