diff --git a/actionpack/test/controller/new_render_test.rb b/actionpack/test/controller/new_render_test.rb index d76d7a3474..67529a825e 100644 --- a/actionpack/test/controller/new_render_test.rb +++ b/actionpack/test/controller/new_render_test.rb @@ -228,7 +228,7 @@ class NewRenderTest < Test::Unit::TestCase def test_rendering_nothing_on_layout get :rendering_nothing_on_layout - assert_equal "", @response.body + assert_equal " ", @response.body end def test_render_xml_with_layouts