Test fix (closes #6911)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7587 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2007-09-22 23:26:22 +00:00
parent 32b31a2d0d
commit f3bf372630

View File

@@ -140,7 +140,7 @@ class FormOptionsHelperTest < Test::Unit::TestCase
)
end
def test_html_option_groups_from_collection
def test_option_groups_from_collection_for_select
@continents = [
Continent.new("<Africa>", [Country.new("<sa>", "<South Africa>"), Country.new("so", "Somalia")] ),
Continent.new("Europe", [Country.new("dk", "Denmark"), Country.new("ie", "Ireland")] )