puppetlabs-stdlib/spec
Alex Tomlins 44596e73da (MODULES-3246) Fix concat with Hash arguments.
85d5ead Updated the concat function so that it wouldn't modify the
original array. A side-effect of this change is that it now always calls
`Array()` on the second argument. If thit is a Hash, this results in
`to_a` being called on the hash, which converts it to an array or
tuples. This is undesired.

Update the behaviour so that it doesn't (indirectly) call `to_a` on
anything, instead test for the type of the argument, wrapping it in an
array if it's not already an array.
2016-04-08 13:42:13 +01:00
..
acceptance (MODULES-3246) Fix concat with Hash arguments. 2016-04-08 13:42:13 +01:00
fixtures (MODULES-2478) Support root_home fact on AIX through "lsuser" command 2015-08-28 15:21:13 +01:00
functions (MODULES-3246) Fix concat with Hash arguments. 2016-04-08 13:42:13 +01:00
monkey_patches Add the missing shebangs and fix the wrong ones for rpmlint to stop complaining loudly 2014-05-07 11:49:25 +02:00
unit Add enclose_ipv6 function 2016-03-13 18:20:49 -04:00
spec_helper.rb (maint) Update to current modulesync_configs [953280c] 2016-04-07 12:31:06 +01:00
spec_helper_acceptance.rb Update is_a acceptance tests to only run on puppet4 2015-09-21 14:12:25 -07:00
spec_helper_local.rb (maint) Update to current modulesync_configs [953280c] 2016-04-07 12:31:06 +01:00