summaryrefslogtreecommitdiff
path: root/spec/unit/provider/user
Commit message (Expand)AuthorAgeFilesLines
* Solaris users are locked only if *LK*COOL-413/getent-on-solaris-doesnt-workTom Duffield2016-10-311-1/+2
* Properly check lock status of user on solaris2Tom Duffield2016-10-311-8/+34
* Fix solaris handling for -m/-M behavior. Fixes #5403.Noah Kantrowitz2016-10-051-1/+9
* Style fixes.Noah Kantrowitz2016-09-201-1/+0
* Add a test for create_user to make sure we have no `-r`s.Noah Kantrowitz2016-09-191-0/+10
* Refactor these tests to be less repeat-y.Noah Kantrowitz2016-09-191-41/+36
* suppress deprecation errors in testslcg/manage-home-fixLamont Granquist2016-09-152-0/+6
* add tests for provider behaviorLamont Granquist2016-09-141-0/+12
* revert supports[:manage_home] behaviorLamont Granquist2016-09-141-6/+24
* add func spec for default and fix unit specsLamont Granquist2016-08-231-3/+8
* clean up everythingLamont Granquist2016-08-231-11/+1
* user provider manage_home behavior and refactorLamont Granquist2016-08-195-14/+41
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-52/+52
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-6/+6
* fix trailing whitespacetm/trailing_whitespaceThom May2016-02-161-1/+1
* Merge pull request #4427 from juliandunn/remove-duplicate-shellcmddefLamont Granquist2016-02-162-17/+20
|\
| * Refactor test to remove duplicate definition of ShellCmdResultJulian C. Dunn2016-01-182-17/+20
* | autofixing whitespace copsLamont Granquist2016-02-053-14/+13
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-4/+4
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-024-4/+4
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-025-6/+6
|/
* Use double quotes by defaultThom May2016-01-145-76/+76
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-2/+2
* provider/user/dscl: Set "comment" default valueMikhail Zholobov2015-10-241-0/+7
* provider/user/dscl: Set default gid to 20Mikhail Zholobov2015-10-231-0/+7
* fix unit testsMatt Wrock2015-10-081-2/+2
* fix locking/unlocking users on SmartOSDave Eddy2015-09-021-9/+66
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Merge pull request #2723 from patcox/CHEF-2667Phil Dibowitz2015-01-141-4/+4
|\
| * bugfix dscl providerPat Cox2015-01-121-4/+4
* | add code comment, add unit test for case when no salt is foundPat Cox2015-01-121-0/+8
|/
* Update to RSpec 3.Claire McQuin2014-10-291-26/+26
* fix more solaris provider lolwutlcg/rspec3-updatesLamont Granquist2014-10-241-2/+2
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-245-250/+250
* dscl_spec tests pass on windowsJay Mundrawala2014-09-291-0/+3
* Spec updates for dscl changes.Serdar Sutay2014-09-041-1/+2
* Look up username instead of resource nameBryan McLellan2014-08-221-0/+7
* Updates based on PR comments.Serdar Sutay2014-08-121-3/+0
* * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-122-264/+663
* Merge pull request #1423 from opscode/btm/CHEF-5247Claire McQuin2014-06-121-0/+10
|\
| * CHEF-5247: Add a unit testBryan McLellan2014-05-091-0/+10
* | Remove super random failing test cruft from previous commitBryan McLellan2014-06-101-7/+0
* | CHEF-5113: Fix apt package unit test regression on non-debian platformsBryan McLellan2014-06-101-0/+7
* | Updated unit test for user provider pwAnand Suresh2014-05-241-4/+21
|/
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-292-3/+3
* s/mock\(/double(/gLamont Granquist2014-01-292-2/+2
* s/stub!/stub/gLamont Granquist2014-01-294-37/+37
* Normalize whitespace on all filesSeth Vargo2013-09-263-28/+28
* [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-202-27/+27
* Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-202-692/+58