提交 14c847d9 编写于 作者: R Rafael Mendonça França

Merge pull request #12209 from waynn/patch-4

"generates" applies to "collection radio" so it should be singular
......@@ -17,14 +17,14 @@ def with_collection_check_boxes(*args, &block)
end
# COLLECTION RADIO BUTTONS
test 'collection radio accepts a collection and generate inputs from value method' do
test 'collection radio accepts a collection and generates inputs from value method' do
with_collection_radio_buttons :user, :active, [true, false], :to_s, :to_s
assert_select 'input[type=radio][value=true]#user_active_true'
assert_select 'input[type=radio][value=false]#user_active_false'
end
test 'collection radio accepts a collection and generate inputs from label method' do
test 'collection radio accepts a collection and generates inputs from label method' do
with_collection_radio_buttons :user, :active, [true, false], :to_s, :to_s
assert_select 'label[for=user_active_true]', 'true'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册