1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixed - warning: ambiguous first argument; put parentheses or even spaces

This commit is contained in:
Sandeep 2012-03-16 19:06:57 +05:30
parent 034ccf4048
commit e7f8d50695

View file

@ -112,7 +112,7 @@ module RequestForgeryProtectionTests
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