summaryrefslogtreecommitdiff
path: root/spec/unit/recipe_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize recipe specsdanielsdeleo2014-02-191-86/+96
* Localize rescues in Recipe method_missing DSLdanielsdeleo2014-02-071-0/+13
* Better specify what happens for NoMethodErrors in the DSLdanielsdeleo2014-02-031-0/+27
* Expose resource creation via more static methodsdanielsdeleo2014-02-031-0/+48
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-3/+3
* s/stub!/stub/gLamont Granquist2014-01-291-1/+1
* CHEF-4777: fix for fully qualifying recipesLamont Granquist2014-01-161-4/+4
* CHEF-4777: add include_recipes to recipes node attrLamont Granquist2013-11-141-0/+4
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+270
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-143/+0
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+11
* Got set_or_return to work properlyAdam Jacob2008-04-281-1/+1
* Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format...Adam Jacob2008-04-081-1/+1
* Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,...Adam Jacob2008-04-071-2/+20
* Adding a File providerAdam Jacob2008-03-231-1/+1
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-24/+74
* Syntax is right in the recipesAdam Jacob2008-03-071-19/+1
* Marionette does graphs, and can eval on the fly to resourcesAdam Jacob2008-03-061-0/+95