summaryrefslogtreecommitdiffstats
path: root/spec/unit/ral/provider/interface
Commit message (Collapse)AuthorAgeFilesLines
* Moving all tests that are in 'ral' up a level.Luke Kanies2008-05-152-507/+0
| | | | | This directory only existed as an organizational method, and the code never matched it, so I'm fixing it.
* Removing explicit requires of types and providers,Luke Kanies2008-03-181-3/+0
| | | | | | because they were conflicting with Puppet's autoloading. This is clearly a sign that our autoloading is silly, if Ruby's own loading easily makes it unhappy.
* Adding more tests to the redhat interface provider. It noLuke Kanies2007-11-231-1/+103
| | | | | longer uses the :target parameter (which I'll be removing in the next commit).
* Rewriting the sunos interface provider to manually parse andLuke Kanies2007-11-231-48/+166
| | | | | generate, rather than using ParsedFile. This should fix #777, and has from what I can tell.
* Adding unit tests for the sunos interface provider.Luke Kanies2007-11-231-0/+121
|
* Removing the bootproto and broadcast attributes from the redhat interface ↵Luke Kanies2007-11-201-18/+0
| | | | provider, since they are not needed
* Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-201-0/+187
in #744 which broke the templates. In the process, I also added test code for the redhat interface provider and rewrote how parsing worked to make it more testable.