提交 4ddbd437 编写于 作者: A Aaron Patterson

render should return a string

上级 69009f44
......@@ -728,7 +728,7 @@ def test_render_in_top_directory_with_slash
def test_render_process
get :render_action_hello_world_as_string
assert_equal ["Hello world!"], @controller.process(:render_action_hello_world_as_string)
assert_equal "Hello world!", @controller.process(:render_action_hello_world_as_string)
end
# :ported:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册