summaryrefslogtreecommitdiff
path: root/spec/unit/knife_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtraceBryan McLellan2015-11-061-1/+14
* Fixed knife_spec unit testJay Mundrawala2015-11-051-1/+4
* Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffsSteven Danna2015-10-291-0/+8
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-4/+10
* Stub config loading that was breaking tests on my boxdanielsdeleo2015-05-201-0/+9
* change default log_location + log_level for knifeLamont Granquist2015-05-151-0/+12
* Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-041-2/+2
* Nice error formatting for unsupported API version in Knife.tylercloke2015-05-041-0/+10
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-1/+2
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+5
* Add specific error messaging for SSL errors to knifedanielsdeleo2014-12-151-0/+15
* Convert knife specs to let bindingsdanielsdeleo2014-12-151-64/+79
* Fix knife plugin path searchingLamont Granquist2014-12-031-0/+5
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-91/+91
* print the path to the configuration file usedAlex Pop2014-10-041-1/+18
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-30/+3
* Update tests for CHEF-4760 change.Chris Jerdonek2014-07-211-14/+14
* Request on https scheme no longer sets default 443 port in Host header.Klaas Jan Wierenga2014-06-071-1/+1
* Prevent code reloading in knife tests (fixes constant warnings)danielsdeleo2014-04-241-0/+3
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-0/+55
* s/stub!/stub/gLamont Granquist2014-01-291-29/+29
* Check for ENV['CD'] instead of ENV['PWD'] on windows.sersut2013-11-051-1/+6
* Reset configuration before each testJohn Keiser2013-09-161-1/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-2/+1
* [CHEF-3932] Add unit tests for Knife's lazy dependency loadingTeemu Matilainen2013-04-111-0/+21
* [CHEF-3497] apply config in the desired orderdanielsdeleo2013-01-141-0/+30
* [CHEF-3663] Search for .chef in ENV[PWD] if setdanielsdeleo2012-12-051-0/+23
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+295