mirror of
https://github.com/github/rails.git
synced 2026-02-15 16:45:08 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user