aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 23:26:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 23:26:22 +0000
commitf3bf372630bfc097887be156effd225a53e790a8 (patch)
treea1e1ffbec642ad389ebbff08ce7c7e3592baeb08
parent32b31a2d0dcde4f61c7a7796ecd5ff63e40c607b (diff)
downloadrails-f3bf372630bfc097887be156effd225a53e790a8.tar.gz
rails-f3bf372630bfc097887be156effd225a53e790a8.tar.bz2
rails-f3bf372630bfc097887be156effd225a53e790a8.zip
Test fix (closes #6911)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7587 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionpack/test/template/form_options_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/form_options_helper_test.rb b/actionpack/test/template/form_options_helper_test.rb
index aa7869641d..9433a22cc1 100644
--- a/actionpack/test/template/form_options_helper_test.rb
+++ b/actionpack/test/template/form_options_helper_test.rb
@@ -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")] )