summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unit test to match new cookbook retrievaljkeiser2013-06-071-1/+5
* Add knife download tests; fix bug when creating /x/y/z.rb and /x doesn't existjkeiser2013-06-072-0/+404
* Add tests for cookbooks with ONLY missing or added filesjkeiser2013-06-071-2/+25
* More knife upload tests, fix cookbook read not to warnjkeiser2013-06-072-5/+144
* knife upload/download: print relative path instead of path_for_printingjkeiser2013-06-071-12/+12
* knife upload: don't print extra / at end of Created entryjkeiser2013-06-071-2/+1
* Add knife upload tests; print warnings/errors on undeleteable thingsjkeiser2013-06-072-2/+259
* Add knife diff test for added files/directoriesjkeiser2013-06-071-0/+23
* Fix diff output, add diff integration testsjkeiser2013-06-072-61/+187
* Split chef_repository_file_spec into threejkeiser2013-06-073-949/+963
* Print error when chef_repo_path (or a subpath) is unspecifiedjkeiser2013-06-071-5/+229
* Use list -Rfp for more readable testsjkeiser2013-06-072-696/+374
* Support multiple chef_repo_pathsjkeiser2013-06-071-1/+116
* Support cookbooks named chefignore, don't treat cookbooks/FILE as a cookbookjkeiser2013-06-071-26/+56
* Add tests for multiple directories and name conflictsjkeiser2013-06-071-13/+128
* Fix bug where it thought you were in "cookbooks1" when you were really in "co...jkeiser2013-06-072-8/+169
* Fix issue where cwd=cookbooks/cookbook1 listed everything at /jkeiser2013-06-072-2/+248
* Make cwd detection work when repo dir is a symlinkjkeiser2013-06-073-4/+203
* Capture Chef::Log warnings and errors in testsjkeiser2013-06-072-2/+14