summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* Test updates for the changes to default actions.Noah Kantrowitz2015-06-2919-24/+24
* 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
* Get tests passingJay Mundrawala2015-06-291-1/+1
* 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
* Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-3/+3
* changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-262-1/+27
* downcasted registry key names to lowercaseJKerry2015-06-261-0/+12
* Added spec to check that blocks gain priority for resolutionJay Mundrawala2015-06-251-0/+12
* Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-0/+25
* 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-234-0/+57
* Remove unnecessary TODOsJohn Keiser2015-06-231-0/+106
* Delegate all necessary methods from ChildRunContext to RunContextJohn Keiser2015-06-231-0/+4
* Get tests running under Ruby 2.0John Keiser2015-06-231-3/+7
* Update resource_name in resource action testsJohn Keiser2015-06-232-5/+5
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-232-3/+339
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-231-0/+1
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-231-6/+2
* 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-184-32/+206
* | | Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-182-21/+17
|/ /
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1616-15/+34
* | 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-162-4/+48
|/
* Make the install/uninstall tests run more realisticallydanielsdeleo2015-06-091-104/+162
* Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59