summaryrefslogtreecommitdiff
path: root/spec/unit/recipe_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-13 remove resource cloning and 3694 warningsLamont Granquist2017-03-021-157/+1
* add global and per-resource toggles for resource cloning behaviorLamont Granquist2016-11-161-0/+32
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-11/+11
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-7/+8
* tweak 3694 warningsLamont Granquist2016-07-011-0/+21
* Convert the 3694 warning to a deprecation so it will be subject to the usual ...Noah Kantrowitz2016-06-101-6/+10
* ignore deprecation warning in testLamont Granquist2016-04-151-0/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-7/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-2/+2
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-011-13/+35
* Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-201-6/+6
* Stop initializing node tags hereJos Backus2015-10-201-1/+1
* Add a test for correct tags initializationJos Backus2015-10-201-0/+4
* Missed a test.Noah Kantrowitz2015-07-191-2/+0
* Remove warnings from tests too.Noah Kantrowitz2015-07-191-2/+0
* Fix ancillary tests.Noah Kantrowitz2015-06-291-3/+3
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-8/+8
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-0/+4
* Overwrite resource_name with providesJohn Keiser2015-06-081-4/+0
* allow include_recipe from LWRP provider codeLamont Granquist2015-06-041-0/+30
* Clean up match code to get rid of TODOJohn Keiser2015-06-021-6/+10
* Remove ambiguous resolution warning test (it is no longer ambiguous)John Keiser2015-06-021-7/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-0/+4
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-1/+1
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+39
* Removed after_created and added test to recipe_specNolan Davidson2015-03-271-0/+9
* Add integration point for ps_credential dslJay Mundrawala2015-03-201-0/+4
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-111-1/+1
|\
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-151-1/+1
* | make include_recipe "::foo" use current cookbookLamont Granquist2015-01-201-0/+28
|/
* Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-121-0/+75
* Adding test for recipe DSL audit additionstyler-ball2014-12-171-0/+7
* Adding unit test coverage and updating per github reviewtyler-ball2014-12-161-0/+1
* Update to RSpec 3.Claire McQuin2014-10-291-82/+83
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-12/+5
* Merge pull request #2238 from opscode/sersut/chef-2174Serdar Sutay2014-10-161-0/+8
|\
| * Add a unit test to check tagged? method with default node object.sersut/chef-2174Serdar Sutay2014-10-161-0/+8
* | add test for retval from definitionLamont Granquist2014-10-161-0/+11
|/
* Changed exception to ResourceNotFound and printed the passed block nameNolan Davidson2014-09-111-2/+2
* Added exec method to Recipe, addressing Issue 1689Nolan Davidson2014-09-111-0/+9
* Make sure freebsd_package is captured with the resource name it's declared wi...Serdar Sutay2014-08-131-0/+41
* Raise an error when including a recipe from an unreachable cookbookdanielsdeleo2014-03-141-0/+4
* Enable CHEF-5052 regression tests.danielsdeleo2014-02-191-2/+0
* Describe resource cloning behaviors in recipe specs.danielsdeleo2014-02-191-0/+49