no more render_to_string deprecation warnings

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4970 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2006-09-04 04:59:05 +00:00
parent 2dd5820280
commit d4a3eff89d

View File

@@ -214,7 +214,7 @@ class RenderTest < Test::Unit::TestCase
end
def test_render_to_string
assert_deprecated_render { get :hello_in_a_string }
assert_not_deprecated { get :hello_in_a_string }
assert_equal "How's there? goodbyeHello: davidHello: marygoodbye\n", @response.body
end