Closed thesoftwarephilosopher closed 11 years ago
This is a problem with recent versions of Speclj. We started using java.lang.AssertError as the failing exception so that 3rd party assertion libraries could be used. As you've discovered, this was not such a great idea after all. We'll be reverting back to a custom failure exception in the next release.
Micah
On May 27, 2013, at 8:43 PM, "Please," notifications@github.com wrote:
I did (should-throw Exception (something-with-failing-precondition)) and amidst the speclj output, there's a message about an Assert failure.
— Reply to this email directly or view it on GitHub.
resolved in 2.8.1
woo!
I did
(should-throw Exception (something-with-failing-precondition))
and amidst the speclj output, there's a message about an Assert failure.