summaryrefslogtreecommitdiff
path: root/spec/unit/node
AgeCommit message (Expand)AuthorFilesLines
2012-08-08Avoid stubbing Thread::new due to issues in newer mochaPatrick Carlisle1-5/+5
2012-07-23Reduce stubs and expectations on settingsPatrick Carlisle2-7/+4
2012-07-05Refactor module to require path and environment argsPatrick Carlisle1-5/+5
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune2-2/+2
2012-05-11Merge branch '2.7.x'Patrick Carlisle1-4/+9
2012-05-09Significantly improve compilation performance when using modulesNick Lewis1-4/+9
2012-04-10Merge branch '2.7.x'Patrick Carlisle1-0/+3
2012-04-09Merge branch '2.7.x'Patrick Carlisle1-1/+13
2012-04-05(#13649) Restrict module name matchingKelsey Hightower1-0/+3
2012-03-29Make core changes needed for the puppet module toolMatt Robinson1-1/+13
2012-02-23Merge branch '2.7.x'Patrick Carlisle1-66/+159
2012-02-20Fix spec ordering failure on environmentMatt Robinson1-0/+14
2012-02-15Fix a test that tries to create a dir with '*' in the nameMatt Robinson1-1/+1
2012-02-15(#12256) module_requirements should include versionsKelsey Hightower1-2/+19
2012-02-15Update module and environment with functionality for the module toolMatt Robinson1-66/+128
2012-02-02(#12309) move execution-related methods from Util to Util::ExecutionChris Price1-1/+1
2012-01-18Merge branch '2.7.x'Daniel Pittman1-58/+76
2012-01-13(#11803) Add modules_by_path method to environmentsMatt Robinson1-0/+32
2012-01-13(#11802) Make Puppet::Module able to find module in specific pathMatt Robinson1-2/+2
2012-01-13maint: Cleanup environment_specMatt Robinson1-53/+41
2012-01-13maint: Fix Puppet::Node::Environment::Helper specsMatt Robinson1-5/+3
2011-08-19Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'Nick Lewis1-1/+1
2011-08-19Fix issue with forward and backslashes in Windows pathsJosh Cooper1-1/+1
2011-08-19Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2-30/+8
2011-08-19Fix tests with "relative" paths on WindowsJosh Cooper1-4/+9
2011-07-26Fix issue with forward and backslashes in Windows pathsJosh Cooper1-1/+1
2011-07-21Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'Nick Lewis1-1/+1
2011-07-21Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2-30/+8
2011-07-19Fix tests with "relative" paths on WindowsJosh Cooper1-4/+9
2011-07-15Making Fact json handling more resilientLuke Kanies1-0/+14
2011-04-21Revert "Fixing Facts pson methods more resilient"Max Martin1-24/+6
2011-04-15maint: Fix the missed failure from the previous commitNick Lewis1-1/+1
2011-04-15maint: Fix a broken Puppet::Node::Facts specNick Lewis1-1/+1
2011-04-14Adding json-specific matchersLuke Kanies1-5/+8
2011-04-14Fixing Facts pson methods more resilientLuke Kanies1-1/+19
2011-04-13Revert "(#6928) Removed --ignoreimport"Nick Lewis1-0/+8
2011-04-13(#6928) Removed --ignoreimportNick Lewis1-8/+0
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman2-4/+2
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman2-2/+2
2011-04-07Merge branch '2.6.x' into nextMax Martin1-15/+25
2011-04-01(#5437) Invalidate cached TypeCollection when there was an error parsingJacob Helwig1-14/+15
2011-03-25(#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe1-16/+13
2011-03-04(#5148) Fix failing spec due to timezoneNick Lewis1-1/+1
2011-03-04(#5148) Add support for PSON to factsNick Lewis1-0/+24
2010-12-06maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2-2/+2
2010-11-30Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry1-1/+1
2010-11-29Maint: Refactor tests to use <class>.indirection.<method>Paul Berry1-6/+0
2010-10-28(#5148) Fix failing spec due to timezoneNick Lewis1-1/+1
2010-10-28(#5148) Add support for PSON to factsNick Lewis1-0/+24
2010-08-17Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe1-4/+55