提交 bc1e8023 编写于 作者: R Roque Pinel

[ci skip] remove `assigns` from the integration test example in API docs

Based on #19976 and #18305.
上级 16222984
......@@ -584,7 +584,7 @@ def method_missing(sym, *args, &block)
# https!(false)
# get "/articles/all"
# assert_response :success
# assert assigns(:articles)
# assert_select 'h1', 'Articles'
# end
# end
#
......@@ -623,7 +623,7 @@ def method_missing(sym, *args, &block)
# def browses_site
# get "/products/all"
# assert_response :success
# assert assigns(:products)
# assert_select 'h1', 'Products'
# end
# end
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册