diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/dispatch/cookies_test.rb (renamed from actionpack/test/controller/cookie_test.rb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/controller/cookie_test.rb b/actionpack/test/dispatch/cookies_test.rb index f65eda5c69..8c9183e454 100644 --- a/actionpack/test/controller/cookie_test.rb +++ b/actionpack/test/dispatch/cookies_test.rb @@ -1,6 +1,6 @@ require 'abstract_unit' -class CookieTest < ActionController::TestCase +class CookiesTest < ActionController::TestCase class TestController < ActionController::Base def authenticate cookies["user_name"] = "david" @@ -225,4 +225,4 @@ class CookieTest < ActionController::TestCase assert_equal expected.split("\n"), header end end -end +end
\ No newline at end of file |