Redefine duplicated test name.

This commit is contained in:
Emilio Tagua 2010-09-28 18:36:45 -03:00
parent 454960d9fb
commit 34fc109549

@ -1027,7 +1027,7 @@ def test_rendering_nothing_on_layout
assert_equal " ", @response.body
end
def test_render_to_string
def test_render_to_string_not_deprecated
assert_not_deprecated { get :hello_in_a_string }
assert_equal "How's there? goodbyeHello: davidHello: marygoodbye\n", @response.body
end