summaryrefslogtreecommitdiff
path: root/spec/unit/cookbook_loader_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Normalize whitespace on all filesSeth Vargo2013-09-261-11/+11
|
* Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-031-22/+1
| | | | | | | | This reverts commit 5713a002062c762e40e4378be6d7763eb3dd61a2, reversing changes made to 4079a344f2001c1927132e7ed6b63453f459609f. Conflicts: spec/unit/cookbook_loader_spec.rb
* CHEF-3544: Stop trying to count instances of the warningBryan McLellan2013-06-181-1/+1
| | | | | Everytime we add more tests we have to increment this number, and it's insane to try to audit what it's supposed to be now
* Fix cookbook_loader test after adding ignorken test cookbook.Greg Thornton2013-06-181-3/+4
|
* Improve deprecation warningMal Graty2013-05-241-1/+1
|
* Tests CHEF-3307Mal Graty2013-05-241-1/+22
| | | | | | | | | Test cookbook loading, shadowing and metadata deprecation warnings assocaited with the CHEF-3307 changes (use of metadata name as cookbook name in preference to file system pathname). Includes new nginx cookbook (with alternate pathname) and a shadowbook with another pathname.
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+207
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-081-117/+0
| | | | all with proper deps
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+11
|
* Huge amount of work, covering openid, clients, and all sorts of server stuffAdam Jacob2008-06-091-0/+4
|
* Adding the Params::Validate mixin, refactored Chef::Config to be a ↵Adam Jacob2008-04-071-5/+4
| | | | singleton, Implemented require_recipe
* Adding Chef::CookbookLoaderAdam Jacob2008-03-141-0/+116