summaryrefslogtreecommitdiffstats
path: root/spec/integration/node.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-281-93/+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
* Fixing #1401 - integration tests now work regardless of the yamldir.Luke Kanies2008-07-071-3/+4
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-081-28/+76
| | | | expecting requests instead of having a random interface.
* Fixing the integration tests related to the destroy fix. Yay.Luke Kanies2008-04-081-1/+1
|
* Fixing a unit test for node integrationLuke Kanies2008-03-181-9/+2
|
* Fixing an integration test so it cleans up after itselfLuke Kanies2008-02-281-0/+5
|
* Adding the integration tests to the Rakefile for spec,Luke Kanies2007-10-041-1/+1
| | | | | | fixing the integration tests, and extending the Classmethods for the indirector so that indirected classes can set the terminus class and cache class.
* Adding a "memory" node terminus, which willLuke Kanies2007-09-231-0/+46
be used by 'puppet' and the Cfengine 'module_puppet', since they need to set up the node specially with classes and other weird things.