summaryrefslogtreecommitdiffstats
path: root/spec/integration/util/loader.rb
Commit message (Collapse)AuthorAgeFilesLines
* Switching to a search path registration system.Luke Kanies2008-05-161-26/+0
| | | | | Facter no longer knows anything about Puppet, so there's no inter-dependency issue.
* Moving the puppet-related loading tests to an integration test.Luke Kanies2008-05-161-0/+26
I was previously creating a mock Puppet class, and this actually uses Puppet's code. Note that this use of Puppet creates some additional ordering problems, which I'm going to fix in the next commit by undoing all of this work. :)