slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
458 stars 58 forks source link

Spec runner should return errors #143

Closed Jell closed 4 years ago

Jell commented 8 years ago

When running phantomjs bin/speclj.js in a terminal with failing spec, I should get back a non-zero error, and I should get a success when all specs are passing.

This PR fixes that.

teaforthecat commented 6 years ago

This seems like it would be easy to merge. Does the change have a problem that is holding it up?