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
This commit is contained in:
David Heinemeier Hansson
2005-09-06 11:01:23 +00:00
parent b70e2db64a
commit 50debfa96c

View File

@@ -18,7 +18,7 @@ class <%= class_name %>Test < Test::Unit::TestCase
<% 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