]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
Use rvalue functions correctly
authorPatrick Carlisle <patrick@puppetlabs.com>
Thu, 9 Aug 2012 21:18:30 +0000 (14:18 -0700)
committerPatrick Carlisle <patrick@puppetlabs.com>
Thu, 9 Aug 2012 21:49:51 +0000 (14:49 -0700)
commit09322ad94398d69081aae44cc770830ac2144b75
tree29b63f3910e4d567d21dc1c5e9f208b0d78155be
parenta1bab586ba6fcf2b3035898d1002d0a6ef89d7c8
Use rvalue functions correctly

A bug fix in Puppet exposed that several tests were using rvalue functions
incorrectly (this was not properly checked by puppet before). This fixes those
tests.
spec/unit/puppet/parser/functions/getvar_spec.rb
spec/unit/puppet/parser/functions/has_key_spec.rb
spec/unit/puppet/parser/functions/merge_spec.rb