summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit/provider/useradd_based_user_provider.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Removed method for defining return codes, changed to evaluate stderr on exit ...skippy2019-11-191-15/+14
* Resolved all chefstyle failuresskippy2019-11-171-14/+14
* re-un-inverted my previous 3am coding adventure in double negativesskippy2019-11-171-3/+3
* Resolved failing tests, fixed inverted logicskippy2019-11-171-12/+21
* Resolved issues with tests not receiving exactly what they expected.skippy2019-11-171-5/+5
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-021-18/+18
* fix Style/HashSyntaxLamont Granquist2018-07-021-10/+10
* Unification of shell_out APIsLamont Granquist2018-06-151-11/+11
* clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-101-3/+3
* fixes for rubocop 0.49.1 engineLamont Granquist2017-06-201-1/+1
* Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-111-3/+3
* add check for the centos why-run buglcg/linux-user-check-lockLamont Granquist2016-08-241-0/+3
* rewrite linu_user provider check_lockLamont Granquist2016-08-241-38/+16
* sort out the -m / -M mess a bit betterLamont Granquist2016-08-231-9/+9
* clean up everythingLamont Granquist2016-08-231-5/+5
* user provider manage_home behavior and refactorLamont Granquist2016-08-191-32/+20
* Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-021-4/+4
* Merge pull request #4465 from artursitarski/change-shell-for-locked-userThom May2016-02-161-4/+4
|\
| * Updated specartursitarski2016-02-021-4/+4
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* | autofixing whitespace copsLamont Granquist2016-02-051-19/+18
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* | 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
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-24/+24
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* Update to RSpec 3.Claire McQuin2014-10-291-69/+69
* Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-1/+10
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-1/+1
* s/mock\(/double(/gLamont Granquist2014-01-291-7/+7
* s/stub!/stub/gLamont Granquist2014-01-291-15/+15
* CHEF-3582: Fix #check_lock under why-runBryan McLellan2013-11-061-0/+18
* Ensure usermod -d option comes before -m.danielsdeleo2013-06-211-5/+6
* [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-201-67/+65
* Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-201-0/+408