Fixes test descption changed on the last commit

This commit is contained in:
Rafael Mendonça França 2011-04-06 00:18:39 -03:00
parent 4b216eb62c
commit 07b5e87b62
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class BuilderTest < ActionView::TestCase
assert_select 'form ul input[type=checkbox][value=false]#user_active_false'
end
test 'collection check box wrap the collection by default' do
test 'collection check box does not wrap the collection by default' do
with_collection_check_boxes @user, :active, [true, false], :to_s, :to_s
assert_no_select 'form ul'