summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
* Update tests to ensure shellout calls are stubbeddanielsdeleo2015-06-091-34/+79
* Adding rspec tests to cover the install, upgrade and noop scenarios when the ...Irving Popovetsky2015-06-091-0/+70
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-091-5/+0
|\
| * Remove unneeded test if we're not marking audit as "experimental"Julian C. Dunn2015-04-291-5/+0
* | Merge pull request #3495 from chef/jk/automatic-automatic-nameThom May2015-06-0913-58/+510
|\ \
| * | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-12/+109
| * | Remove unused test lineJohn Keiser2015-06-081-1/+0
| * | Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-084-23/+113
| * | Overwrite resource_name with providesJohn Keiser2015-06-089-41/+234
| * | Make use_automatic_resource_name automaticJohn Keiser2015-06-082-4/+77
* | | Merge pull request #3497 from chef/adamedx/3485-run_context_corruptionThom May2015-06-091-0/+8
|\ \ \ | |/ / |/| |
| * | Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruptionadamedx2015-06-061-0/+8
* | | These tests were accidently left out when I moved #2621 to mastertball/missed-teststyler-ball2015-06-081-0/+41
|/ /
* | Better API version error handling helper code.tylercloke2015-06-055-7/+134
* | Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-0513-87/+197
* | Use Chef::ServerAPI to create versioned API requests in Chef::(User|Client).tylercloke2015-06-051-6/+16