Dont encode the default subject for the test cases since they are within the ascii range

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2139 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 b70e2db6
......@@ -18,7 +18,7 @@ def setup
<% for action in actions -%>
def test_<%= action %>
@expected.subject = encode '<%= class_name %>#<%= action %>'
@expected.subject = '<%= class_name %>#<%= action %>'
@expected.body = read_fixture('<%= action %>')
@expected.date = Time.now
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册