1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
This commit is contained in:
José Valim 2009-12-11 14:42:44 -02:00
parent 6281f71304
commit 042c746264

View file

@ -146,7 +146,7 @@ class BuilderTest < ActionView::TestCase
assert_select 'form input.check[type=checkbox][value=2]'
end
test 'collection check box with semantic fields for' do
test 'collection check box with fields for' do
collection = [Tag.new(1, 'Tag 1'), Tag.new(2, 'Tag 2')]
form_for @user do |f|
f.fields_for :post do |p|