slagyr / speclj

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

Incompatibility with cemerick/austin #138

Open jstrength opened 9 years ago

jstrength commented 9 years ago

When I have the plugin from https://github.com/cemerick/austin enabled in my project.clj file speclj doesn't work. I run 'lein spec' and get a ClassNotFoundException saying it cannot find speclj.platform.SpecFailure. When I comment out the plugin everything works out just fine.