mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Oops.
This commit is contained in:
parent
6281f71304
commit
042c746264
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue