summaryrefslogtreecommitdiffstats
path: root/test/ral/providers
Commit message (Expand)AuthorAgeFilesLines
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-4/+0
* (#5427) Remove redundant testunit testsMatt Robinson2010-12-141-205/+0
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-0615-15/+15
* Merge branch 'ticket/next/5274' into nextPaul Berry2010-11-181-3/+6
|\
| * (#5274) Fixed some "rake unit" tests that were inadvertently broken byPaul Berry2010-11-181-3/+6
* | Merge commit '2.6.3' into nextPaul Berry2010-11-171-3/+3
|\|
| * Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-3/+3
* | [3782] Test isolation problem in test/ral/providers/cron/crontab.rbPaul Berry2010-08-311-1/+4
|/
* Code smell: Two space indentationMarkus Roberts2010-07-0914-3000/+3000
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-098-21/+21
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-2/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-092-6/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-097-12/+12
* Code smell: Booleans are first class values.Markus Roberts2010-07-092-10/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-096-42/+14
* Code smell: Use string interpolationMarkus Roberts2010-07-0911-124/+124
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0913-231/+328
* [#3388] Setting host_aliases from [] to [] no longer results in any changesNick Lewis2010-02-171-1/+1
* Use the 'root' feature rather than directly checking the uidMarkus Roberts2010-02-172-2/+2
* Use a helper function to evaluate a resource since the API has changedJesse Wolfe2010-02-171-4/+4
* Fixing most failing test/ tests.Luke Kanies2010-02-171-2/+1
* Supressing warnings (not really failures) in test/unitJesse Wolfe2010-02-171-0/+4
* Removing old test for service/debian providerRein Henrichs2010-02-171-58/+0
* Fix for #3077 (unit tests broken in 0.25.1-->0.25.4)Markus Roberts2010-01-302-11/+11
* Fixed global deprecation error in useradd Unit testsJames Turnbull2009-08-021-3/+0
* deprecate NetInfo providers and examples, remove all NetInfo references and t...Nigel Kersten2009-07-143-137/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-0614-55/+55
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-0614-139/+139
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-264-12/+12
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-6/+2
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-189-25/+25
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-186-8/+8
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-177-289/+25
|\
| * Fixing some tests that were broken in 2fba85afLuke Kanies2008-10-082-21/+22
| * Moving some test/ package tests to rspec integration testsLuke Kanies2008-10-081-31/+0
| * Fixing package provider tests to use the new Transaction::Change interfaceLuke Kanies2008-10-022-4/+3
| * Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-022-233/+0
* | Merge branch '0.24.x'Luke Kanies2008-07-021-4/+5
|\|
| * Fixed #707 - special '@reboot'-style cron jobs work again.Luke Kanies2008-06-171-4/+5
* | Merge branch '0.24.x'Luke Kanies2008-05-202-7/+56
|\|
| * Crontab provider: fix a parse error when a line begins with a space characterJames Turnbull2008-05-161-0/+28
| * 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
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-313-4/+3
|\|
| * Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+0
| * Fixing some tests that only failed under certainLuke Kanies2008-03-182-2/+0
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-1/+3
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-141-1/+0
|/