summaryrefslogtreecommitdiff
path: root/spec/unit/provider/user/solaris_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove require mixlib/shellouts where not necessaryrequire_the_right_shelloutTim Smith2018-07-101-1/+0
* Unification of shell_out APIsLamont Granquist2018-06-151-6/+6
* clean up solaris providerLamont Granquist2018-05-101-2/+2
* 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
* user provider manage_home behavior and refactorLamont Granquist2016-08-191-3/+3
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Merge pull request #4427 from juliandunn/remove-duplicate-shellcmddefLamont Granquist2016-02-161-6/+8
|\
| * Refactor test to remove duplicate definition of ShellCmdResultJulian C. Dunn2016-01-181-6/+8
* | 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-2/+2
|/
* Use double quotes by defaultThom May2016-01-141-27/+27
* fix locking/unlocking users on SmartOSDave Eddy2015-09-021-9/+66
* fix more solaris provider lolwutlcg/rspec3-updatesLamont Granquist2014-10-241-2/+2
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-7/+7
* s/stub!/stub/gLamont Granquist2014-01-291-5/+5
* [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-201-27/+19
* Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-201-340/+50
* [CHEF-4204] Convert useradd provider to shelloutdanielsdeleo2013-06-201-64/+28
* adding solaris specific provider testsLamont Granquist2013-04-221-0/+414