Update missing test description removing "should" [ci skip]

Related to #1057.
This commit is contained in:
Carlos Antonio da Silva 2014-05-22 09:07:02 -03:00
parent 9fe4ddf317
commit f02216793a
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class AssociationTest < ActionView::TestCase
assert_select 'form ul li', count: 3
end
test 'builder with collection support should not change the options hash' do
test 'builder with collection support does not change the options hash' do
options = { as: :check_boxes, collection_wrapper_tag: :ul, item_wrapper_tag: :li}
with_association_for @user, :tags, options