aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_render_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/new_render_test.rb')
-rw-r--r--actionpack/test/controller/new_render_test.rb2
1 files changed, 1 insertions, 1 deletions
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