Hi all! I started moving tests from midje to clojure.test
. I'm having problems with creating custom macros that wrap thrown?
symbol from is
macro (I want to test both exception message and ex-data contents in one go). What's the correct way of doing this?