module-concat/spec
Ashley Penney b07f338f29 Fix ensure => absent with path => set.
The current code doesn't correctly account for an absent with a
path set, incorrectly trying to remove $name instead.  Fixing this
raised the issue that fragments left with no ensure will fail when
absent is set as the fragdir is deleted.

As a workaround for this we check the `ensure` parameter from the
concat{} resource with getparam() and then pass that to the fragment
if no specific ensure was passed in.  This effectively ensures
fragments inherit their parents ensure status.
2014-01-21 16:28:42 -05:00
..
acceptance Fix ensure => absent with path => set. 2014-01-21 16:28:42 -05:00
unit revert concat $warn/$warn_message param split + add deprecation warnings 2013-12-23 13:23:49 -08:00
spec_helper.rb Lets use puppetlabs_spec_helper 2012-06-23 17:13:08 -04:00
spec_helper_acceptance.rb Convert specs to beaker and increase coverage 2014-01-16 16:49:30 -08:00