summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* [RSPEC] Refactored spec for subprocess that outputs nothingHo-Sheng Hsiao2012-03-231-5/+10
* [RSPEC] Refactored spec for subprocess that exceeds buffersizeHo-Sheng Hsiao2012-03-231-5/+7
* [RSPEC] Refactored spec for subprocess that timesoutHo-Sheng Hsiao2012-03-231-3/+7
* [RSPEC] Refactored spec for subprocess that does not close out stdout/stderrHo-Sheng Hsiao2012-03-231-7/+10
* [RSPEC] Refactored spec for setting exit status for subprocessHo-Sheng Hsiao2012-03-231-7/+31
* [RSPEC] Refactored spec for collecting all of stdout and stderrHo-Sheng Hsiao2012-03-231-112/+118
* [RSPEC] Refactored spec for #invalid!Ho-Sheng Hsiao2012-03-231-8/+9
* [RSPEC] Refactored spec for checking error message formatHo-Sheng Hsiao2012-03-231-10/+9
* [RSPEC] Refactored spec for handling valid and invalid exit codesHo-Sheng Hsiao2012-03-231-14/+27
* [RSPEC] Refacoted spec for non-zero exit codeHo-Sheng Hsiao2012-03-231-4/+8
* [RSPEC] Moved process error code handling spec to execution contextHo-Sheng Hsiao2012-03-231-54/+54
* [RSPEC] Fixed specHo-Sheng Hsiao2012-03-231-1/+1
* [RSPEC] Refactored spec for running command with ||Ho-Sheng Hsiao2012-03-231-5/+11
* [RSPEC] Refactored spec for running command with &&Ho-Sheng Hsiao2012-03-231-4/+7
* [RSPEC] Refactored spec for running command with stdout and stderr file pipesHo-Sheng Hsiao2012-03-231-8/+12
* [RSPEC] Refactored spec for running command with file pipesHo-Sheng Hsiao2012-03-231-7/+16
* [RSPEC] Refactored spec for running command with pipesHo-Sheng Hsiao2012-03-231-8/+16
* [RSPEC] Refactored spec for running command with backslashesHo-Sheng Hsiao2012-03-221-4/+8
* [RSPEC] Refactored spec for running command with special charactersHo-Sheng Hsiao2012-03-221-5/+10
* [RSPEC] Refactored spec for running command with lots of long argumentsHo-Sheng Hsiao2012-03-221-5/+10
* [RSPEC] Refactored spec for running command with spaces in pathHo-Sheng Hsiao2012-03-221-13/+31
* [RSPEC] Fixed unix-only exampleHo-Sheng Hsiao2012-03-221-1/+1
* [RSPEC] Consolidated spec about command executionHo-Sheng Hsiao2012-03-221-165/+161
* [RSPEC] Conslidated refactored initialization specs under a single contextHo-Sheng Hsiao2012-03-221-196/+198
* [RSPEC] Removed extraneous blank linesHo-Sheng Hsiao2012-03-221-2/+0
* [RSPEC] Refactored load paths to conform to community conventionsHo-Sheng Hsiao2012-03-223-21/+28
* [RSPEC] Refactored hash initialization specHo-Sheng Hsiao2012-03-222-37/+95
* [RSPEC] Use metadata to filter out unix-only examplesHo-Sheng Hsiao2012-03-222-16/+7
* [RSPEC] Refactored instantiation and accessor specsHo-Sheng Hsiao2012-03-211-85/+127
* [RSPEC] Added awesome_print for debuggingHo-Sheng Hsiao2012-03-211-0/+1
* [RSPEC] Refactored @ instant variables to let() definitionsHo-Sheng Hsiao2012-03-211-69/+59
* [RSPEC] Added spec metadata run filteringHo-Sheng Hsiao2012-03-211-0/+7
* fix typo in test commandDaniel DeLeo2012-02-231-1/+1
* [CHEF-2947] properly remove STDERR from list of fds to select/readDaniel DeLeo2012-02-221-0/+17
* always grab a random pwent instead of using getloginDaniel DeLeo2011-12-051-9/+5
* make username->uid test work when no login is setDaniel DeLeo2011-12-051-0/+8
* add new windows? helper and update spec usageSeth Chisamore2011-12-012-12/+28
* Initial extraction of ShellOut from ChefDaniel DeLeo2011-12-012-0/+468