mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
6f05696ceb
commit
807df4fcf0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue