summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/node/plain.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-19/+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
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-081-7/+2
| | | | expecting requests instead of having a random interface.
* Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-201-0/+6
| | | | | | date if the node facts have been updated (thus causing node facts to again be available in manifests, for those cases where they were not).
* Renaming the 'null' terminus type to 'plain', asLuke Kanies2007-12-111-0/+18
requested in #960.