Fixed borken tests in AV caused by 013c74d

This commit is contained in:
Godfrey Chan 2014-07-10 17:10:20 -07:00
parent 0d676d1545
commit e22e1c0b28

@ -839,7 +839,7 @@ def test_render_custom_code
def test_render_text_with_nil
get :render_text_with_nil
assert_response 200
assert_equal ' ', @response.body
assert_equal '', @response.body
end
# :ported:
@ -1027,7 +1027,7 @@ def test_layout_overriding_layout
def test_rendering_nothing_on_layout
get :rendering_nothing_on_layout
assert_equal " ", @response.body
assert_equal '', @response.body
end
def test_render_to_string_doesnt_break_assigns