From b6251d626edbd1ddb6bc5b5cf51b4ff4a3ce23f2 Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Wed, 11 Dec 2013 14:30:41 -0800 Subject: value is "disabled" not "disable" --- actionview/test/template/form_collections_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/test/template/form_collections_helper_test.rb b/actionview/test/template/form_collections_helper_test.rb index 68c83f2059..4c17899c46 100644 --- a/actionview/test/template/form_collections_helper_test.rb +++ b/actionview/test/template/form_collections_helper_test.rb @@ -60,7 +60,7 @@ class FormCollectionsHelperTest < ActionView::TestCase assert_no_select 'input[type=radio][value=other][disabled=disabled]' end - test 'collection radio accepts single disable item' do + test 'collection radio accepts single disabled item' do collection = [[1, true], [0, false]] with_collection_radio_buttons :user, :active, collection, :last, :first, :disabled => true -- cgit v1.2.3