summaryrefslogtreecommitdiffstats
path: root/test/ral/providers/provider.rb
Commit message (Expand)AuthorAgeFilesLines
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-415/+415
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-32/+32
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-52/+54
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-2/+2
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-3/+3
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-2/+2
* Moving all confine code out of the Provider class, and fixing #1197.Luke Kanies2008-05-151-1/+1
* Switching the Provider class to use the new Confiner class.Luke Kanies2008-05-151-7/+16
* Duh, fixing all of the paths being loaded for spec in the moved tests.Luke Kanies2008-05-151-0/+12
* Fixing the breakage that I caused when I added the 'declared_feature?'Luke Kanies2007-11-261-3/+9
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Significantly reworked the type => provider interface with respect toluke2007-06-041-0/+28
* Adding a "source" attribute to providers, so eventually types will be able to...luke2007-06-041-0/+50
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-301-4/+6
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-8/+8
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-011-0/+35
* I managed to put those provider tests in the wrong file -- the file meant to ...luke2007-04-281-31/+204
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-141-0/+28
* Reorganizing some of the tests.luke2007-02-071-0/+187