提交 5245eb30 编写于 作者: S Santiago Pastorino

Merge pull request #5468 from sandeepravi/warning_fixes

fixed - warning: ambiguous first argument; put parentheses or even spaces
......@@ -112,7 +112,7 @@ def test_should_render_form_without_token_tag_if_remote
assert_not_blocked do
get :form_for_remote
end
assert_no_match /authenticity_token/, response.body
assert_no_match(/authenticity_token/, response.body)
end
def test_should_render_form_with_token_tag_if_remote_and_authenticity_token_requested
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册