summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Remove unit tests adequately covered in integrationjkeiser2013-06-074-1236/+0
* Reset config variables before each integration testjkeiser2013-06-071-1/+12
* Adjust to new arguments to ChefServerRootDir.newjkeiser2013-06-074-10/+12
* Delete unused spec helpersjkeiser2013-06-071-141/+0
* Replace join("\n") with stringjkeiser2013-06-071-20/+20
* Fix child(name) to always return a childjkeiser2013-06-071-2/+2
* [SPEC] Refactored diff, upload, and download spec to have explicit inputsHo-Sheng Hsiao2013-06-073-716/+2049
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-073-65/+89
* [SPEC] Added versioned cookbooks spec for diffHo-Sheng Hsiao2013-06-072-59/+185
* [SPEC] Added name attribute to deps specHo-Sheng Hsiao2013-06-071-32/+32
* [SPEC] Added upload and download specs with cookbook versionsHo-Sheng Hsiao2013-06-073-197/+356
* [SPEC] Reorganized download, upload, and diff integration specsHo-Sheng Hsiao2013-06-074-297/+195
* [SPEC] Added versioned cookbook helpers, added some upload specsHo-Sheng Hsiao2013-06-072-25/+75
* [SPEC] Added more versioned cookbooks testsHo-Sheng Hsiao2013-06-072-8/+70
* [SPEC] Separated cookbooks_dir and cookbook_dir spec. Added versioned_cookboo...Ho-Sheng Hsiao2013-06-072-479/+591
* [SPEC] Refactored some of cookbook_dir_specHo-Sheng Hsiao2013-06-071-49/+39
* [COOKBOOKS] Fixed regressions when versioned_cookbooks is falseHo-Sheng Hsiao2013-06-072-8/+20
* Ignore . dirs in data bags and cookbooksjkeiser2013-06-071-0/+16
* Fix #82: Allow knife upload of files with no name/id in themjkeiser2013-06-072-0/+66
* Print error for bad json in knife uploadjkeiser2013-06-074-2/+34
* Make diff formatting better now that output is prettierjkeiser2013-06-072-9/+11
* Test to ensure json is output in sane orderjkeiser2013-06-071-0/+28
* Minimize files in knife show and download for easier readingjkeiser2013-06-074-47/+6
* Add knife diff --diff-filter optionjkeiser2013-06-071-0/+7
* Change JSON parse warning to errorjkeiser2013-06-071-1/+1
* Protect against bad JSON on the clientjkeiser2013-06-071-0/+10
* Tests for new JSON default diffjkeiser2013-06-071-0/+56
* Support backslash on WindowsJohn Keiser2013-06-071-2/+2
* Fix knife-essentials cookbook unit testjkeiser2013-06-071-0/+1
* Ruby symlink doesn't work on Windows; pendingize testsJohn Keiser2013-06-071-2/+2
* Don't care about line ending differences on WindowsJohn Keiser2013-06-071-2/+7
* Disable tests that fail in Ruby 1.8 due to unavoidable hash output orderingjkeiser2013-06-072-6/+6
* Get rid of :focusjkeiser2013-06-071-2/+2
* Add tests for knife delete with cookbook versionsjkeiser2013-06-071-0/+60
* Make knife upload/download detect identical cookbooks correctlyjkeiser2013-06-072-24/+37
* Extra test for error when wildcard doesn't matchjkeiser2013-06-071-0/+4
* Make knife diff error out when there are no matchesjkeiser2013-06-071-1/+5
* Add knife diff cwd, wildcard and cookbook version testsjkeiser2013-06-073-2/+68
* Add DELETE/PUT/POST tests for knife rawjkeiser2013-06-071-0/+128
* knife upload/download cookbook version testsjkeiser2013-06-072-1/+108
* Add upload/download tests for cwd, wildcards and JSON differencesjkeiser2013-06-072-6/+92
* Improve knife raw error reportingjkeiser2013-06-071-0/+43
* Make knife show exit with error code on errorjkeiser2013-06-072-9/+133
* knife delete --local-only and --remote-only testsjkeiser2013-06-071-0/+32
* Raise NotFoundError when deleting nonexistent cookbook/data bagjkeiser2013-06-071-9/+183
* Test delete nonexistent filejkeiser2013-06-071-0/+12
* Don't delete empty directories without recursejkeiser2013-06-071-0/+38
* Add "must delete recursively" error to knife delete localjkeiser2013-06-071-11/+193
* knife delete: show whether remote or local version had an errorjkeiser2013-06-071-10/+15
* Add delete spec, make error printing more consistentjkeiser2013-06-072-8/+189