aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2012-06-06 03:02:10 -0700
committerAndrew White <andyw@pixeltrix.co.uk>2012-06-06 03:02:10 -0700
commit9fb70033d36f467d4eb858e9fac1282a0394876a (patch)
tree3cbb5f60b9019899f13f5d26fe7021769324e86f /actionpack/test/template/form_helper_test.rb
parent45427e28a9f26f599f86c6626ed32672511c8dc5 (diff)
parent24889666c7eee345f88a588108f38e6d5fe25482 (diff)
downloadrails-9fb70033d36f467d4eb858e9fac1282a0394876a.tar.gz
rails-9fb70033d36f467d4eb858e9fac1282a0394876a.tar.bz2
rails-9fb70033d36f467d4eb858e9fac1282a0394876a.zip
Merge pull request #6644 from amatsuda/fix_meaningless_test_case
fix meaningless test case
Diffstat (limited to 'actionpack/test/template/form_helper_test.rb')
-rw-r--r--actionpack/test/template/form_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb
index b3e0c0256a..7da293ce23 100644
--- a/actionpack/test/template/form_helper_test.rb
+++ b/actionpack/test/template/form_helper_test.rb
@@ -2363,7 +2363,7 @@ class FormHelperTest < ActionView::TestCase
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