summaryrefslogtreecommitdiffstats
path: root/test/puppet
Commit message (Expand)AuthorAgeFilesLines
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-063-3/+3
* Maint. fix for test broken by 00eedac5Markus Roberts2010-11-101-14/+5
* Code smell: Two space indentationMarkus Roberts2010-07-093-165/+165
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-092-11/+13
* Use the 'root' feature rather than directly checking the uidMarkus Roberts2010-02-171-1/+1
* Mock user in SUIDManager testsRein Henrichs2010-02-171-2/+7
* Fixing #2399 - removing client-side rrd graphsLuke Kanies2009-07-231-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Removing or fixing old testsLuke Kanies2009-02-191-107/+0
* Fixing the asuser method in Puppet::Util::SUIDManagerLuke Kanies2007-11-271-9/+27
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-264-4/+4
* Removing the Id tags from all of the filesLuke Kanies2007-10-034-4/+0
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-3/+2
* Fixing some failing unit tests.Luke Kanies2007-08-281-26/+0
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-251-59/+0
* Fix for setting global exit code ($?) in SUIDManager testschristian2007-08-101-0/+8
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-091-59/+48
* Fixing #596 -- classes in modules now autoloadluke2007-07-061-1/+2
* Updating error message during test failure.luke2007-06-191-1/+1
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-0/+0
* The template function now tries to first find a template within a modulelutter2007-03-091-0/+17
* The basic plumbing for modules: a modulepath config parameter, and a newlutter2007-03-091-0/+41
* Fix typo in default config and add simple test to check default config sanitylutter2007-03-071-0/+9
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-073-16/+15
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-1/+1
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+1
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-181-3/+1
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-9/+22
* Fixing the test scripts so that the library pathluke2006-10-164-4/+12
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-164-0/+8
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-161-0/+0
* Fixing suidmanager so it uses warnonce instead of using a variable that only ...luke2006-09-291-2/+2
* Just fixed some RCS/CVS id tags.ajax2006-09-271-1/+2
* File types were dying silently on OS X when the group specified in the manife...ajax2006-09-271-2/+6
* ! rename file because rake_test_loader is dumb.erikh2006-09-221-0/+0
* + New assertion: assert_uid_gid will check that the UID and GID have been cha...erikh2006-09-221-13/+29
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-222-1/+72
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-193-24/+3
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-202-368/+0
* A first pass of changing one of the types of names to titles. I still have t...luke2006-08-161-0/+27
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+42
* fixing some smallish bugs in preparation for 0.18.2luke2006-07-041-4/+9
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-0/+24
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-021-4/+6
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-0/+12
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-022-2/+2
* Tracked down a few other bugs; everything now passes on debian in preparation...luke2006-02-151-0/+100