1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

test description uses "disable" when it should be "disabled"

This commit is contained in:
Waynn Lue 2013-12-11 15:08:53 -08:00
parent 99eae7f3cf
commit 93de7ff856

View file

@ -300,7 +300,7 @@ class FormCollectionsHelperTest < ActionView::TestCase
assert_no_select 'input[type=checkbox][value=2][disabled=disabled]'
end
test 'collection check boxes accepts single disable item' do
test 'collection check boxes accepts single disabled item' do
collection = (1..3).map{|i| [i, "Category #{i}"] }
with_collection_check_boxes :user, :category_ids, collection, :first, :last, :disabled => 1