From f80468c3c319f56a24113381287445857f2ae807 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 5 Jun 2007 04:09:39 +0000 Subject: [PATCH] Remove junk form helper test. Closes #8416 [eric_oconnell] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6941 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/form_helper_test.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 134416c03b..c9e7aeaeb3 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -178,13 +178,6 @@ def test_text_area_with_size_option ) end - def test_date_selects - assert_dom_equal( - '', - text_area("post", "body") - ) - end - def test_explicit_name assert_dom_equal( '', text_field("post", "title", "name" => "dont guess") -- GitLab