提交 93de7ff8 编写于 作者: W Waynn Lue

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

上级 99eae7f3
......@@ -300,7 +300,7 @@ def with_collection_check_boxes(*args, &block)
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册