BDD framework for shell [archive]
 
 
 
Go to file
Mike Gerwitz d90acab122 Added support for stderr param for expectation handlers
This is unfortunately one of the cleanest ways to implement this, since
stdout is piped to stdin of the handler; I did not want to rely on using a
file descriptor, because then you have to deal with issues of rewinding the
pointer for possible future uses, and other considerations.
2014-05-13 01:18:46 -04:00
bin Initial concept and working tests for shspec 2014-05-09 00:58:06 -04:00
src Added support for stderr param for expectation handlers 2014-05-13 01:18:46 -04:00
test Alright, let's get serious about this! 2014-05-13 01:12:32 -04:00
.gitignore Alright, let's get serious about this! 2014-05-13 01:12:32 -04:00
COPYING Alright, let's get serious about this! 2014-05-13 01:12:32 -04:00
Makefile.am Alright, let's get serious about this! 2014-05-13 01:12:32 -04:00
configure.ac Alright, let's get serious about this! 2014-05-13 01:12:32 -04:00