]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(Maint) Fix up the get_module_path parser function
authorJeff McCune <jeff@puppetlabs.com>
Fri, 20 Jul 2012 00:37:39 +0000 (17:37 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Mon, 23 Jul 2012 16:21:22 +0000 (09:21 -0700)
commitc1297755d4af11eb918ad987983ebd8398e38f58
treedd3cb4e354d91f8ee472202f54dd91bdf1b9d451
parent98ff3abd09ed447da37f09dce1ed2d95d0d05397
(Maint) Fix up the get_module_path parser function

This patch switches the spec tests for the get_module_path function to
use mock objects.  The underlying Puppet::Module.find method has
reasonable test coverage inside of Puppet core so we might as well break
the tight dependency while we're fixing up the specs to use the new
parser scope.

The behavior of the parser function itself should still have complete
coverage even though the tests have switched to mock the implementation
inside of Puppet.
lib/puppet/parser/functions/get_module_path.rb
spec/unit/puppet/parser/functions/get_module_path_spec.rb