summaryrefslogtreecommitdiff
path: root/spec/unit/recipe_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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