summaryrefslogtreecommitdiff
path: root/spec/unit/lwrp_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-081-3/+3
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-2/+17
* Add regression test for LWRP in hyphenated cookbookdanielsdeleo2015-06-031-1/+32
* Convert LWRP provider tests to let bindingsdanielsdeleo2015-06-031-37/+52
* Fix issue #3463: use real constants instead of const_missingJohn Keiser2015-06-031-3/+124
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-4/+4
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-8/+0
* fix an lwrp default action testThom May2015-05-201-1/+1
* Merge branch 'master' of https://github.com/Kasen/chef into Kasen-masterThom May2015-05-201-3/+3
|\
| * Behavior of default_action method changed.Pavel Yudin2015-03-271-3/+3
* | Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-0/+8
* | Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-131-0/+4
* | Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-131-10/+22
* | Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-15/+20
* | Convert "override LWRP" spec to one explicit check, be absolutelyJohn Keiser2015-05-131-12/+33
* | Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-18/+20
* | Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-0/+2
|/
* specsLamont Granquist2015-02-051-6/+6
* fix LWRP constant lookupsLamont Granquist2015-02-031-0/+24
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-38/+38
* Merge pull request #2197 from opscode/sersut/fixup-chef-1662Serdar Sutay2014-10-091-0/+21
|\
| * Keep deprecation of #valid_actions until Chef 13.sersut/fixup-chef-1662Serdar Sutay2014-10-091-1/+1
| * Revert "Remove appending :actions and :valid_actions"Serdar Sutay2014-10-091-0/+21
* | Don't override LWRP resources or providers anymore in Chef 12.Serdar Sutay2014-10-081-8/+8
|/
* Allow an array in default_actionSeth Vargo2014-07-231-0/+13
* Remove appending :actions and :valid_actionsSeth Vargo2014-07-181-21/+0
* Delegate DSL method values to their superclassSeth Vargo2014-07-111-0/+61
* Use Ruby 1.8 style hashes for BCSeth Vargo2014-07-111-2/+2
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+20
* Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-0/+27
* remove some more deprecation warningsLamont Granquist2014-01-291-1/+1
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
* s/stub!/stub/gLamont Granquist2014-01-291-1/+1
* [CHEF-4117] fix resource attempting to remove constants it doesn't havedanielsdeleo2013-04-231-0/+8
* [CHEF-3432] fix leak of LWRP resource classesdanielsdeleo2013-04-181-1/+17
* [CHEF-3432] tidy up fixture path generation in LWRP specsdanielsdeleo2013-04-181-5/+5
* [CHEF-3432] Move LWRP override tests into main describe blockdanielsdeleo2013-04-181-27/+28
* [CHEF-3681] Test LWPs with inline compilationdanielsdeleo2012-12-271-0/+42
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-7/+7
* Extract provider LWRP code to LWRPBasedanielsdeleo2012-12-191-4/+4
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+231