Skip to content

Commit

Permalink
Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanreza authored and josevalim committed Jun 11, 2010
1 parent b602ce6 commit 132730d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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"
Expand Down Expand Up @@ -225,4 +225,4 @@ def assert_cookie_header(expected)
assert_equal expected.split("\n"), header
end
end
end
end

0 comments on commit 132730d

Please sign in to comment.