提交 132730d5 编写于 作者: R Rizwan Reza 提交者: José Valim

Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb

上级 b602ce61
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 @@ def assert_cookie_header(expected)
assert_equal expected.split("\n"), header
end
end
end
end
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册