summaryrefslogtreecommitdiff
path: root/spec/unit/knife/user_create_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* Be way more explicit about how we're handling datatm/missed_migrationThom May2016-02-151-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-5/+5
* auto fixing some rubocopsLamont Granquist2016-02-091-5/+5
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-26/+26
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-1/+1
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-8/+31
* API V1 support for client creation.tylercloke2015-06-051-47/+21
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-18/+0
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-48/+195
* Update to RSpec 3.Claire McQuin2014-10-291-18/+18
* Update tests for CHEF-4760 change.Chris Jerdonek2014-07-211-1/+1
* Supress stdout/err output from knife testsdanielsdeleo2014-04-241-4/+6
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
* s/stub!/stub/gLamont Granquist2014-01-291-6/+6
* Fix up knife user public key test for windows pathsBryan McLellan2013-02-071-1/+1
* Add validation of password length to the user-create plugin.Steven Danna2013-02-061-0/+9
* Add user commands to knife.Steven Danna2013-02-061-0/+77