summaryrefslogtreecommitdiffstats
path: root/spec/integration/indirector/node/ldap.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-281-15/+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 the ldap node integration test so it cleans upLuke Kanies2008-07-021-10/+3
|
* Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-0/+22
I foolishly was just using the old-style api. Added an integration test to catch this in the future.