aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/cookies_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-04-07 09:20:35 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-04-07 09:20:35 -0300
commit17205435f8b8c01cc0ef72d8b92faf771bae1b40 (patch)
tree4f6e96ee61e79a19d7536c53889b14e93e8b54d0 /actionpack/test/dispatch/cookies_test.rb
parentdffeda377021ba8691381195f5a2889f8e040b93 (diff)
downloadrails-17205435f8b8c01cc0ef72d8b92faf771bae1b40.tar.gz
rails-17205435f8b8c01cc0ef72d8b92faf771bae1b40.tar.bz2
rails-17205435f8b8c01cc0ef72d8b92faf771bae1b40.zip
cookies here
Diffstat (limited to 'actionpack/test/dispatch/cookies_test.rb')
-rw-r--r--actionpack/test/dispatch/cookies_test.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/test/dispatch/cookies_test.rb b/actionpack/test/dispatch/cookies_test.rb
index cfa521b2d9..cd07230a57 100644
--- a/actionpack/test/dispatch/cookies_test.rb
+++ b/actionpack/test/dispatch/cookies_test.rb
@@ -527,7 +527,7 @@ class CookiesIntegrationTest < ActionDispatch::IntegrationTest
end
end
- def test_setting_cookies_raises_after_stream_back_to_client_even_with_an_empty_flash
+ def test_setting_cookies_raises_after_stream_back_to_client_even_without_cookies
with_test_route_set do
get '/dont_set_cookies'
assert_raise(ActionDispatch::ClosedError) {
@@ -546,7 +546,7 @@ class CookiesIntegrationTest < ActionDispatch::IntegrationTest
end
end
- def test_setting_permanent_cookies_raises_after_stream_back_to_client_even_with_an_empty_flash
+ def test_setting_permanent_cookies_raises_after_stream_back_to_client_even_without_cookies
with_test_route_set do
get '/dont_set_cookies'
assert_raise(ActionDispatch::ClosedError) {
@@ -565,7 +565,7 @@ class CookiesIntegrationTest < ActionDispatch::IntegrationTest
end
end
- def test_setting_signed_cookies_raises_after_stream_back_to_client_even_with_an_empty_flash
+ def test_setting_signed_cookies_raises_after_stream_back_to_client_even_without_cookies
with_test_route_set do
get '/dont_set_cookies'
assert_raise(ActionDispatch::ClosedError) {