Permalink
Showing
with
2 additions
and
2 deletions.
-
+2
−2
actionview/test/actionpack/controller/render_test.rb
|
@@ -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
|
|
|
0 comments on commit
e22e1c0