slagyr / speclj

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

`lein spec` hangs when exiting if agents were used #94

Closed thesoftwarephilosopher closed 10 years ago

thesoftwarephilosopher commented 10 years ago

lein spec hangs after completing when agents have been used, even if only by a third party library.

The fix is to use (shutdown-agents) before exiting.