summaryrefslogtreecommitdiff
path: root/spec/unit/api_client_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-5/+5
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-1/+1
* Fixed old ApiClient tests.tylercloke2015-07-061-8/+3
* Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-061-193/+19
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
* Better API version error handling helper code.tylercloke2015-06-051-1/+1
* Use Chef::ServerAPI to create versioned API requests in Chef::(User|Client).tylercloke2015-06-051-6/+16
* Reregister V0 support for Chef::Client.tylercloke2015-06-051-0/+19
* Chef::ApiClient.update supports V1.tylercloke2015-06-051-14/+77
* API V1 support for client creation.tylercloke2015-06-051-8/+91
* Add ApiClient#from_hash and ApiClient#from_jsonSteven Danna2015-02-091-19/+57
* Update to RSpec 3.Claire McQuin2014-10-291-56/+56
* My local gemset was including the `json` gem, causing these tests to be ineff...tyler-ball2014-10-071-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+5
* Fix rspec warningsdanielsdeleo2014-04-241-2/+2
* Delegate ApiClient.load to ApiClient.json_createJames Casey2014-02-181-1/+1
* Added unit test for ApiClient.load()James Casey2014-02-181-0/+46
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
* s/stub!/stub/gLamont Granquist2014-01-291-1/+1
* Make ApiClient aware of validator propertyChristopher Maier2013-10-041-2/+25
* [CHEF-3689] binary mode lulz in test datadanielsdeleo2012-12-191-1/+1
* [CHEF-3689] remove extra flags to Client#savedanielsdeleo2012-12-181-1/+4
* [CHEF-3689] Extract registration to a classdanielsdeleo2012-12-181-11/+1
* [CHEF-3689] refactor REST API client instantiationdanielsdeleo2012-12-181-0/+30
* [CHEF-3689] refactor ApiClient test suitedanielsdeleo2012-12-181-57/+32
* [CHEF-3662] ApiClient includes private key in JSON if presentdanielsdeleo2012-12-121-16/+19
* [CHEF-3662] ApiClient can set a private key from JSONdanielsdeleo2012-12-121-17/+22
* [CHEF-3662] fix spec for ruby 1.8.7danielsdeleo2012-12-061-1/+2
* [CHEF-3662] ApiClient can reregister itselfdanielsdeleo2012-12-061-0/+67
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+163