summaryrefslogtreecommitdiffstats
path: root/spec/unit/other/modules.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing #1173 -- classes and definitions can now have the sameLuke Kanies2008-04-101-189/+0
| | | | name as a directory with no failures.
* Adding more behaviours to the Puppet::Module spec,Luke Kanies2007-10-031-9/+42
| | | | | | | and fixing some bugs in the process. Specifically, modules were no longer correctly handling fully qualified files, and they do so once again.
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-10/+10
| | | | | | | 'Puppet::Util::Settings'. This is to clear up confusion caused by the fact that we now have a 'Configuration' class to model host configurations, or any set of resources as a "configuration".
* An intermediate commit so I can start working on a differentLuke Kanies2007-09-201-2/+2
| | | | | | | | branch. The file recursion code actually works for the first time in a painful while, but there are still some quirks and design issues to resolve, particularly around creating implicit resources that then fail (i.e., the behaviour of the create_implicit_resource method in Configuration).
* And we have multiple environment support in the parser. The only remaining ↵Luke Kanies2007-08-251-1/+7
| | | | piece to make this complete is to add multiple environment support to the fileserver. I also renamed Configuration.rb to Compile.rb (that is, I fixed all the classes that used to know it as a configuration).
* Oops, created a test directory in the main spec dir, rather than in the ↵Luke Kanies2007-08-251-0/+150
unit/ subdir