slagyr / speclj

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

Introduction of cemerick/url as project dependency breaks speclj #162

Closed cddr closed 7 years ago

cddr commented 7 years ago

Hi,

I have a project with existing speclj tests to which I just tried to add cemerick/url as a dependency. The tests still pass when I run them using lein spec but when I try to run them from within my editor, I get the dreaded "ClassNotFoundException". Seems the class that cannot be found is speclj.platform.SpecFailure.

Any ideas why this might be? Googling this revealed something that seemed superficially similar but we are on version 3.3 and it looks like that got fixed already.

cddr commented 7 years ago

Seems that upgrading to 3.3.2 (from 3.3.0) fixed this issue for me. Hope google indexing this will save someone some time one day :-)