]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(#20681) delete_at function unit test against issue
authorLeonardo Rodrigues de Mello <l@lmello.eu.org>
Mon, 16 Sep 2013 13:51:15 +0000 (10:51 -0300)
committerLeonardo Rodrigues de Mello <l@lmello.eu.org>
Tue, 17 Sep 2013 15:09:50 +0000 (12:09 -0300)
commitb43c044581aa7cc7e38c3b010c0218df583ef51f
tree022f76f18e8b4213a207a656030cb260389bd432
parent806430224ad0da860be3761ab83f1e574b64fc60
(#20681) delete_at function unit test against issue

The issue #20681 describe the error of delete() function
removing the elements from the origin array/hash/string.

This issue affected the other delete functions.

The delete_at function is not afected by this bug, but
it did not had the unit test to check against it.

I had added the unit test so we could prevent regressions
on the future and also have better test coverage.
spec/unit/puppet/parser/functions/delete_at_spec.rb