From 0eabcfd85656908b8c13f4704cb60004a1ebe981 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 8 Jan 2007 02:45:57 +0000 Subject: Revert failing test from [5847]. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5873 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/form_helper_test.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'actionpack/test/template/form_helper_test.rb') diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 69aef4e5f1..a7ceb6b30f 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -64,11 +64,6 @@ class FormHelperTest < Test::Unit::TestCase assert_dom_equal expected, text_field("post", "title", :size => 35) end - def test_text_field_with_prefix - expected = '' - assert_dom_equal expected, text_field("post", "title", :size => 35, :prefix => :book) - end - def test_text_field_assuming_size expected = '' assert_dom_equal expected, text_field("post", "title", "maxlength" => 35) -- cgit v1.2.3