summaryrefslogtreecommitdiff
path: root/spec/unit/cookbook
Commit message (Expand)AuthorAgeFilesLines
* add privacy flagJosh Black2015-08-181-3/+23
* CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-0/+1
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-202-2/+2
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-0/+15
* Handle cookbook artfact format differences when fetching cookbookspolicyfile-erchef-integrationdanielsdeleo2015-03-251-8/+28
* Execute and Script Resource improvementsLamont Granquist2014-12-081-0/+5
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-294-188/+188
* Merge pull request #1914 from gofullstack/supermarket_attributes_metadataSerdar Sutay2014-10-101-4/+37
|\
| * Use individual URL attributes in metadataBrett Chalupa2014-08-261-20/+36
| * Add supermarket_attributes to MetadataBrett and Tristan2014-08-251-0/+17
* | Merge pull request #2129 from JeanMertz/library_subfoldersSerdar Sutay2014-10-102-2/+10
|\ \
| * | load library folder recursivelyJean Mertz2014-10-022-2/+10
| |/
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+6
* | Syntax checker uses helper method for relative pathjdmundrawala/cookbook-loadingJay Mundrawala2014-09-291-0/+3
* | cookbook_version_loader_spec passes on windowsJay Mundrawala2014-09-291-0/+3
|/
* Make `name` a required attribute in metadatadanielsdeleo2014-08-122-3/+41
* Add validation to Metadatadanielsdeleo2014-08-121-0/+32
* Remove cookbook as argument to Metadata's constructordanielsdeleo2014-08-121-37/+49
* Convert metadata specs (mostly) to let bindingsdanielsdeleo2014-08-121-129/+127
* Fix ruby warning in metadata unit testdanielsdeleo2014-08-121-2/+0
* Ignore non-critical errors when finding the cookbook setdanielsdeleo2014-08-121-4/+16
* FIXME: stub specs for CHEF-2923 regression testsdanielsdeleo2014-08-121-0/+16
* Respect metadata name attributedanielsdeleo2014-08-121-2/+26
* Add unit tests for CookbookVersionLoaderdanielsdeleo2014-08-121-0/+90
* Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-301-0/+78
* clean up deleted files in cookbooks we synchLamont Granquist2014-07-261-22/+83
* make no_lazy_load the defaultLamont Granquist2014-07-261-218/+372
* Merge pull request #848 from onddo/CHEF-4298Claire McQuin2014-06-091-0/+24
|\
| * [CHEF-4298] Tests: reverted some modifications related with 3 part versions, ...Xabier de Zuazo2014-05-251-11/+33
| * [CHEF-4298] "trasnformation" typo in testsXabier de Zuazo2013-07-101-1/+1
| * [CHEF-4298] tests improved to test version transformation on dependenciesXabier de Zuazo2013-07-031-9/+10
| * [CHEF-4298] some tests fixedXabier de Zuazo2013-07-031-3/+3
| * [CHEF-4298] some tests added for "dependencies in metadata.rb require a space"Xabier de Zuazo2013-06-231-0/+1
* | Wrap code in an instance_eval context for syntax check.danielsdeleo2014-04-091-4/+5
* | Update the unit tests to use the files names instead of the number of filesMatt Veitas2014-03-281-3/+14
* | CHEF-4203: Honor the chefignore file for knife cookbook testMatt Veitas2014-03-282-0/+27
* | Merge pull request #1245 from slantview/CHEF-4075Serdar Sutay2014-03-191-1/+45
|\ \
| * | update tests and add new tests for limiting attribute typesSteve Rude2014-02-041-1/+45
* | | Use RubyVM to syntax check in-process where possibledanielsdeleo2014-02-061-1/+0
|/ /
* | fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-22/+22
* | s/mock\(/double(/gLamont Granquist2014-01-291-8/+8
* | s/stub!/stub/gLamont Granquist2014-01-291-9/+9
* | Prevent duplicate keys in cookbook version JSONSeth Falcon2013-10-101-1/+1
* | Normalize whitespace on all filesSeth Vargo2013-09-262-53/+53
* | Manage cookbook_syntax_check_path with default valuesJohn Keiser2013-09-161-1/+0
* | Revert "Merge pull request #812 from opscode/lcg/CHEF-3307-empty-string-fix"Bryan McLellan2013-07-031-56/+50
|/
* CHEF-3045: Re-provide lost support for no_lazy_loadBryan McLellan2013-06-181-1/+49
* CHEF-3544 Honor chefignore in cookbook syntax checkGreg Thornton2013-06-181-0/+19
* CHEF-3307: translate empty strings coming back from the server to nilLamont Granquist2013-06-121-50/+56