Revert failing test from [5847].
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5873 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
0727af86fc
commit
0eabcfd856
@ -64,11 +64,6 @@ def test_text_field_with_options
|
||||
assert_dom_equal expected, text_field("post", "title", :size => 35)
|
||||
end
|
||||
|
||||
def test_text_field_with_prefix
|
||||
expected = '<input id="book_post_title" name="book[post][title]" size="35" type="text" value="Hello World" />'
|
||||
assert_dom_equal expected, text_field("post", "title", :size => 35, :prefix => :book)
|
||||
end
|
||||
|
||||
def test_text_field_assuming_size
|
||||
expected = '<input id="post_title" maxlength="35" name="post[title]" size="35" type="text" value="Hello World" />'
|
||||
assert_dom_equal expected, text_field("post", "title", "maxlength" => 35)
|
||||
|
Loading…
Reference in New Issue
Block a user