aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-11 14:14:18 +0430
committerJosé Valim <jose.valim@gmail.com>2010-06-11 16:34:53 +0200
commit132730d5db6564d58094d121d4deb19eb2c1cd31 (patch)
treecc27b2beb62c6a5219ebb9d58a6202ba4861304b /actionpack
parentb602ce61919afd0797057942f74bdeb9eae65d6b (diff)
downloadrails-132730d5db6564d58094d121d4deb19eb2c1cd31.tar.gz
rails-132730d5db6564d58094d121d4deb19eb2c1cd31.tar.bz2
rails-132730d5db6564d58094d121d4deb19eb2c1cd31.zip
Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb
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