diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb index 15e298e5fc..7ca784c467 100644 --- a/actionpack/test/controller/render_test.rb +++ b/actionpack/test/controller/render_test.rb @@ -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