testing

Testing tools, testing philosophy & methodology...
fabrao 2016-12-29T18:13:16.000020Z

Hello

fabrao 2016-12-29T18:13:22.000021Z

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