summaryrefslogtreecommitdiff
path: root/spec/unit/user_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-10/+9
* Some more author domain stragglers.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-3/+3
* Remove _rest from http methods.tylercloke2015-07-061-8/+8
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-408/+100
* 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-4/+4
* Reregister V0 support for Chef::Client.tylercloke2015-06-051-0/+29
* Fixed bug where boolean fields would not be populated in Chef::User/ApiClient.tylercloke2015-06-051-3/+8
* API V1 support for client creation.tylercloke2015-06-051-98/+32
* Small updates to Chef::User.list.tylercloke2015-06-051-10/+0
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-47/+145
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-77/+334
* Update to RSpec 3.Claire McQuin2014-10-291-50/+50
* 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
* [CHEF-5328] Added tests for Chef::User.list with inflate=trueXabier de Zuazo2014-05-241-0/+12
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
* s/stub!/stub/gLamont Granquist2014-01-291-3/+3
* User tests are about users, avoid '@client' as a variable name.Steven Danna2013-02-061-27/+27
* Use same name validations as used by the server in user model.Steven Danna2013-02-061-0/+14
* Chef::User.list should handle responses from Hosted/Private ChefSteven Danna2013-02-061-0/+20
* Add Chef::User classSteven Danna2013-02-061-0/+221