summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bugJohn McCrae2022-04-041-1/+1
* fix broken windows teststestsmwrock2020-11-181-9/+10
* Fix loading of spec support filesdocsTim Smith2020-11-161-2/+1
* Merge pull request #224 from MsysTechnologiesllc/Kapil/MSYS-1131_Retrieves_th...Tim Smith2020-11-121-0/+15
|\
| * Added yard commentsKapil Chouhan2020-09-101-1/+1
| * Added Dependency of ffi-win31-extensions gem and added test casesKapil Chouhan2020-09-091-0/+15
* | Remove the path shifts in the spec helperloosen_win32_depTim Smith2020-10-291-2/+0
* | Simplify things a bit with &.safeTim Smith2020-09-091-3/+3
* | Merge pull request #220 from chef/dirTim Smith2020-09-091-2/+2
|\ \
| * | Use __dir__ instead of __FILE__Tim Smith2020-09-081-2/+2
| |/
* | chefstyleLamont Granquist2020-08-241-2/+3
* | fix the helper spec testLamont Granquist2020-08-241-0/+11
|/
* Fix a few typosspellingTim Smith2020-07-282-3/+3
* Fix a minor chefstyle comment alignment issueTim Smith2020-07-161-1/+1
* chefstyleLamont Granquist2020-07-161-1/+1
* this API isn't supported in 2.2Lamont Granquist2020-07-163-1/+16
* add a simple smoke testlcg/extract-mixlib-shelloutLamont Granquist2020-07-161-0/+30
* shellout_spec: make "current user" independent of the environmentAntonio Terceiro2020-03-081-1/+2
* Blinding applying chefstyle -a.Ryan Davis2019-07-303-5/+8
* Remove the unused platform helperTim Smith2019-06-061-2/+0
* Support array args on windowslcg/win-array-argsLamont Granquist2019-06-061-0/+84
* Update the github links in commentsTim Smith2018-10-231-5/+5
* master of chefstyle + fixesLamont Granquist2018-07-062-8/+8
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-252-37/+37
* add sensitive featuredheerajd-msys2018-06-151-6/+6
* [MSYS-629] Added username,password validation for elavated option (#151)Nimisha Sharad2017-08-091-3/+13
* Update error messages to indicate user who lacks privilege on WindowsBryan McLellan2017-07-191-1/+1
* Launch process with elevated tokenNimishaS2017-07-191-0/+8
* spec cleanup and some light refactoringlcg/cleanup2Lamont Granquist2017-02-011-176/+131
* remove largely useless Utils classLamont Granquist2017-01-272-12/+11
* Resolve most chefstyle warningsTim Smith2016-10-073-380/+381
* Require Ruby 2.1+deprecateTim Smith2016-08-222-14/+1
* add logging message if attempting to kill critical processsmurawski/agressive_terminationSteven Murawski2016-06-061-5/+7
* Keep `kill_process_tree` from killing protected system processes.Steven Murawski2016-05-241-3/+43
* convert environment hash keys to stringsEvan Tschuy2015-11-101-0/+8
* improve the test to more accurately detrermine if child process is killedMatt Wrock2015-10-201-8/+5
* kill all windows child processes when the command times outMatt Wrock2015-09-241-0/+13
* make tests pass when run by a domain joined userMatt Wrock2015-09-241-2/+2
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-0/+2
* have failing testMatt Wrock2015-09-111-0/+29
* Added comment for bugjdm/testJay Mundrawala2015-08-261-0/+10
* Don't use presence of fd to check if fd's were inheritedJay Mundrawala2015-08-261-2/+4
* force expect syntaxLamont Granquist2015-05-151-0/+3
* rspec3ificationLamont Granquist2015-05-153-283/+350
* Merge pull request #94 from chef/lcg/no-getpgrpLamont Granquist2015-05-151-6/+6
|\
| * remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-151-6/+6
* | Fix 2 ruby warnings for uninitialized variablesdanielsdeleo2015-05-151-0/+3
|/
* Merge pull request #78 from BackSlasher/add-loginLamont Granquist2015-05-141-1/+83
|\
| * Added TODO for next majorNitz2015-02-151-0/+3
| * Option "login" now simulates login in unixNitz2015-02-151-1/+80