summaryrefslogtreecommitdiff
path: root/spec/unit/cookbook/cookbook_version_loader_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-3/+3
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
|
* Update to RSpec 3.Claire McQuin2014-10-291-3/+3
|
* Merge pull request #2129 from JeanMertz/library_subfoldersSerdar Sutay2014-10-101-0/+5
|\ | | | | [CHEF-672] load library folder recursively
| * load library folder recursivelyJean Mertz2014-10-021-0/+5
| |
* | cookbook_version_loader_spec passes on windowsJay Mundrawala2014-09-291-0/+3
|/
* Make `name` a required attribute in metadatadanielsdeleo2014-08-121-1/+38
|
* Ignore non-critical errors when finding the cookbook setdanielsdeleo2014-08-121-4/+16
| | | | | | | | | | | | https://tickets.opscode.com/browse/CHEF-2923 When running `knife cookbook upload SPECIFIC_COOKBOOK`, errors in metadata files for unrelated cookbooks should not be raised; however, we must evaluate the metadata for all cookbooks in order to allow the metadata `name` attribute to be different from the cookbook directory's basename. Therefore, we must tolerate errors in metadata.rb and re-raise them only when attempting to load the cookbook with the invalid metadata.
* FIXME: stub specs for CHEF-2923 regression testsdanielsdeleo2014-08-121-0/+16
|
* Respect metadata name attributedanielsdeleo2014-08-121-2/+26
| | | | Fixes CHEF-3307
* Add unit tests for CookbookVersionLoaderdanielsdeleo2014-08-121-0/+90