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:
parent
99eae7f3cf
commit
93de7ff856
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue