Skip to content

Commit

Permalink
Merge pull request rails#6644 from amatsuda/fix_meaningless_test_case
Browse files Browse the repository at this point in the history
fix meaningless test case
  • Loading branch information
pixeltrix committed Jun 6, 2012
2 parents 45427e2 + 2488966 commit 9fb7003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/template/form_helper_test.rb
Expand Up @@ -2363,7 +2363,7 @@ def test_fields_for_object_with_bracketed_name_and_index
end

def test_form_builder_does_not_have_form_for_method
assert ! ActionView::Helpers::FormBuilder.instance_methods.include?('form_for')
assert !ActionView::Helpers::FormBuilder.instance_methods.include?(:form_for)
end

def test_form_for_and_fields_for
Expand Down

0 comments on commit 9fb7003

Please sign in to comment.