summaryrefslogtreecommitdiffstats
path: root/spec/unit/node
Commit message (Expand)AuthorAgeFilesLines
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-082-2/+2
* Merge branch '2.6.x' into nextMax Martin2011-04-071-15/+25
|\
| * (#5437) Invalidate cached TypeCollection when there was an error parsingJacob Helwig2011-04-011-14/+15
| * (#5148) Fix failing spec due to timezoneNick Lewis2011-03-041-1/+1
| * (#5148) Add support for PSON to factsNick Lewis2011-03-041-0/+24
* | (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-251-16/+13
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-062-2/+2
* | Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry2010-11-301-1/+1
* | Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-291-6/+0
* | (#5148) Fix failing spec due to timezoneNick Lewis2010-10-281-1/+1
* | (#5148) Add support for PSON to factsNick Lewis2010-10-281-0/+24
* | Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-171-4/+55
|\ \ | |/ |/|
| * [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-2/+2
| * Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry2010-08-131-4/+55
* | [#4467] Make Puppet Master respect facts_terminus settingsRein Henrichs2010-08-041-2/+13
|/
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-251-3/+32
* Code smell: Two space indentationMarkus Roberts2010-07-092-261/+261
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-092-2/+2
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-282-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-282-0/+0
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-232-0/+0
* Fixed #3912 - Added client certificate name as an internal fact called "clien...James Turnbull2010-02-171-0/+5
* Allowing Environment.new to take an environmentLuke Kanies2010-02-171-0/+5
* Fixing failing Environment unit testsLuke Kanies2010-02-171-1/+1
* Adding an environment helperLuke Kanies2010-02-171-0/+24
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-4/+4
* Adding 'known_resource_types' to EnvironmentLuke Kanies2010-02-171-0/+32
* Fixing #3407 Failing tests in spec/unit/node/environment.rbJesse Wolfe2010-03-221-6/+6
* Fix for #2921 (test not checking for what it really wanted)Markus Roberts2009-12-151-1/+1
* Avoiding rspec bug which causes 'be_all' tests to always passMarkus Roberts2009-12-041-1/+1
* Add Environment#manifestdir and small refactoringBrice Figureau2009-11-151-22/+38
* Refactoring the Module/Environment co-interfaceLuke Kanies2009-08-181-15/+52
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-181-2/+3
* Removed extra whitespace from end of linesIan Taylor2009-06-062-3/+3
* Adding caching to the Environment classLuke Kanies2009-05-201-0/+16
* Modules now can find their own pathsLuke Kanies2009-05-151-14/+10
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+4
* Environments now use their own modulepath method.Luke Kanies2009-02-181-3/+3
* The 'Environment' class can now calculate its modulepath.Luke Kanies2009-02-181-0/+42
* Added support for finding modules from an environmentLuke Kanies2009-02-181-0/+38
* reformatting the environment testsLuke Kanies2009-02-181-15/+15
* Refactoring how the Facter integration worksLuke Kanies2009-02-061-0/+55
* Reformatting tests for factsLuke Kanies2009-02-061-30/+32
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-932/+0
* Merge branch '0.24.x'Luke Kanies2008-12-021-9/+9
|\
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-9/+9
* | These changes are all about making sure file data is expired when appropriate.Luke Kanies2008-11-151-2/+2
* | Catalogs always consider resource data to be expired if not mid-transaction.Luke Kanies2008-11-151-0/+11
* | Adding cached attribute support to resources.Luke Kanies2008-11-111-1/+9