slagyr / speclj

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

Support slingshot throwables in should-throw #38

Closed glenjamin closed 11 years ago

glenjamin commented 11 years ago

Unsure whether this belongs in core, or should really be a plugin - but having some way to catch exceptions on more than just class/string would be handy

https://github.com/scgilardi/slingshot

slagyr commented 11 years ago

I think this would ideally be solved with an external library that pulled in slingshot and provided extra should macros.
Speclj core aims to keep dependencies to a minimum.