bash-spec-2 icon indicating copy to clipboard operation
bash-spec-2 copied to clipboard

REAs updates to bash-spec

Results 2 bash-spec-2 issues
Sort by recently updated
recently updated
newest added

I would expect each of these assertions to pass: ``` expect $(false) to_be_false expect $(false) not to_be_true expect $(true) to_be_true expect $(true) not to_be_false ``` however `expect $(false) not to_be_true`...

"command not found" errors currently get spat out at the top of stdout and program continues, skipping the broken tests. It should either show that the tests failed, or abort...