Closed colliderwriter closed 5 years ago
Hi! The problem is with the :require
form – the require for spec-tools should be [spec-tools.core :as st]
, not [metosin/spec-tools :as st]
. I believe that all the examples in README use the correct require form, but if the broken one is mentioned somewhere in the docs, please let me know.
You are correct. Sorry for the wasted bandwidth and thanks for your response.
With clojure 1.10.0,
lein new test
Intest/project.clj
, add spec-tools 0.8.3 to :dependencies. Intest/src/test/core.clj
, make the ns look likethen
lein repl
.I get this exception:
trace snipped