Skip to content

Commit

Permalink
fixed - warning: ambiguous first argument; put parentheses or even sp…
Browse files Browse the repository at this point in the history
…aces
  • Loading branch information
sandeepr-sourcebits committed Mar 16, 2012
1 parent 034ccf4 commit e7f8d50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ def test_should_render_form_without_token_tag_if_remote
assert_not_blocked do assert_not_blocked do
get :form_for_remote get :form_for_remote
end end
assert_no_match /authenticity_token/, response.body assert_no_match(/authenticity_token/, response.body)
end end


def test_should_render_form_with_token_tag_if_remote_and_authenticity_token_requested def test_should_render_form_with_token_tag_if_remote_and_authenticity_token_requested
Expand Down

0 comments on commit e7f8d50

Please sign in to comment.