summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/resource_template.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-58/+0
| | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
* Adding a class for using templates directly within resourcesLuke Kanies2008-06-091-0/+58
(i.e., client-side templates). This would really only be used for composite resources that pass the results of the template on to generated resources.