summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix up specsjdm/simplify-lwrp1Jay Mundrawala2015-06-301-136/+138
* Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-301-10/+0
* Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-302-6/+16
* Test resources as well as providers for all resolversJohn Keiser2015-06-301-107/+111
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-30/+50
* Fix broken specsJohn Keiser2015-06-301-4/+8
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-302-5/+5
* Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-301-2/+0
* Add test coverage versioned_recipe_list, repro #3618danielsdeleo2015-06-301-0/+66
* Modernize versioned recipe list specsdanielsdeleo2015-06-301-48/+51
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-301-0/+108
* Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* Test updates for the changes to default actions.Noah Kantrowitz2015-06-2918-23/+23
* Add a test for array assignment on action.Noah Kantrowitz2015-06-291-0/+5
* Tests for new default_action behaviors.Noah Kantrowitz2015-06-291-0/+39
* Fix ancillary tests.Noah Kantrowitz2015-06-294-6/+6
* Make sure the default case gives an array too.Noah Kantrowitz2015-06-291-0/+4
* Rework Resource#action to match the 12.3 API.Noah Kantrowitz2015-06-291-0/+38
* changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-262-1/+27
* Added spec to check that blocks gain priority for resolutionJay Mundrawala2015-06-251-0/+12
* Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-231-20/+37
* Freeze default constantsJohn Keiser2015-06-231-2/+6
* Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-232-116/+125
* Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-231-27/+20
* Add coercionJohn Keiser2015-06-231-81/+81
* Add property_is_set?John Keiser2015-06-232-125/+119
* Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+3
* Don't validate `nil` when setting the value to nilJohn Keiser2015-06-232-19/+37
* Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-232-32/+128
* Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-231-59/+87
* Add lazy to Resource class DSLJohn Keiser2015-06-231-8/+4
* Add property= setter to propertiesJohn Keiser2015-06-231-19/+19
* Add name_propertyJohn Keiser2015-06-232-4/+3
* Add property Type as an alias to isJohn Keiser2015-06-233-50/+88
* Add "is" to propertyJohn Keiser2015-06-232-59/+57
* Create property on resource, alias attribute to itJohn Keiser2015-06-233-0/+1752
* Make load/include recipe run in child contextjk/resource_actionsJohn Keiser2015-06-232-0/+30
* Remove unnecessary TODOsJohn Keiser2015-06-231-0/+106
* Delegate all necessary methods from ChildRunContext to RunContextJohn Keiser2015-06-231-0/+4
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-3/+1
* Merge pull request #3538 from chef/jdm/fix-audit-excepJay Mundrawala2015-06-221-19/+35
|\
| * Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excepJay Mundrawala2015-06-191-19/+35
* | Merge pull request #3554 from ranjib/fix_depsThom May2015-06-191-0/+49
|\ \
| * | add specs for resource_resolverRanjib Dey2015-06-181-0/+49
* | | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-183-12/+11
* | | Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-181-2/+2
|/ /
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1615-14/+33
* | Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-161-0/+39
* | Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-161-4/+4
|/