slagyr / speclj

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

lein spec -a is broken in 1.5.0 #12

Closed pgr0ss closed 13 years ago

pgr0ss commented 13 years ago

When I run lein spec -a in speclj 1.5.0, I get the following error:

java.lang.IllegalArgumentException: No implementation of method: :report-message of protocol: #'speclj.reporting/Reporter found for class: clojure.lang.LazySeq
        ... 3 stack levels elided ...
        at fresh.core$make_fresh.invoke(core.clj:188)
        at fresh.core$freshener$fn__714.invoke(core.clj:209)
        ... 18 stack levels elided ...

It works fine with 1.4.0.

slagyr commented 13 years ago

Wow. That was a pretty big miss on my part. Thanks. 1.5.1 was released.

Micah

On Oct 2, 2011, at 7:36 PM, Paul Gross wrote:

When I run lein spec -a in speclj 1.5.0, I get the following error:

java.lang.IllegalArgumentException: No implementation of method: :report-message of protocol: #'speclj.reporting/Reporter found for class: clojure.lang.LazySeq ... 3 stack levels elided ... at fresh.core$make_fresh.invoke(core.clj:188) at fresh.core$freshener$fn__714.invoke(core.clj:209) ... 18 stack levels elided ...

It works fine with 1.4.0.

Reply to this email directly or view it on GitHub: https://github.com/slagyr/speclj/issues/12

slagyr commented 13 years ago

Was already fixed.