Made test_rendering_nothing_on_layout acknowledge the space

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1831 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-07-14 07:19:26 +00:00
parent 6f05696ceb
commit 807df4fcf0
1 changed files with 1 additions and 1 deletions

View File

@ -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