summaryrefslogtreecommitdiff
path: root/spec/unit/cookbook/syntax_check_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated reviewd changes to add cookbook name in path in error msgsnehaldwivedi2022-05-241-1/+1
* Knife upload: bad error message when a recipe has a syntax errorsnehaldwivedi2022-05-241-0/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* Trololol my change bled into another test.Noah Kantrowitz2017-04-041-0/+1
* switch to using regexp escapeThom May2017-02-011-2/+8
* Add test file to fixture cookbookdanielsdeleo2016-02-261-2/+4
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-18/+18
* Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-021-0/+2
|\
| * Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-271-0/+2
* | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-0/+1
|/
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Execute and Script Resource improvementsLamont Granquist2014-12-081-0/+5
* Update to RSpec 3.Claire McQuin2014-10-291-31/+31
* Merge pull request #2129 from JeanMertz/library_subfoldersSerdar Sutay2014-10-101-2/+5
|\
| * load library folder recursivelyJean Mertz2014-10-021-2/+5
* | Syntax checker uses helper method for relative pathjdmundrawala/cookbook-loadingJay Mundrawala2014-09-291-0/+3
|/
* Make `name` a required attribute in metadatadanielsdeleo2014-08-121-2/+3
* 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-281-0/+17
* Use RubyVM to syntax check in-process where possibledanielsdeleo2014-02-061-1/+0
* Prevent duplicate keys in cookbook version JSONSeth Falcon2013-10-101-1/+1
* Manage cookbook_syntax_check_path with default valuesJohn Keiser2013-09-161-1/+0
* CHEF-3544 Honor chefignore in cookbook syntax checkGreg Thornton2013-06-181-0/+19
* Make sure that windows line endings are protected during template rendering.sersut2013-05-301-1/+4
* Pass template extensions through to partialsdanielsdeleo2013-05-291-2/+6
* Add helper method/module support to template resourcedanielsdeleo2013-05-291-2/+1
* [CHEF-3715] rename ChecksumCache => Digesterdanielsdeleo2012-12-211-62/+0
* [CHEF-3715] rm moneta's config optionsdanielsdeleo2012-12-211-2/+2
* [CHEF-3715] remove caching of sha256 cksumsdanielsdeleo2012-12-211-5/+0
* [CHEF-3715] decouple SyntaxCheck from ChecksumCachedanielsdeleo2012-12-211-43/+49
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+211