Fork me on GitHub
#testing
<
2016-12-29
>
fabrao18:12:22

Hello, I´m trying to use it with speclj like: (defn mu [] "Some text") (spy-on (mu) (throw (Exception. "Other text"))) and (should-throw exception "Other text" (mu)). I´m doing it correctly? Regards