mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
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:
@@ -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")] )
|
||||
|
||||
Reference in New Issue
Block a user