Fork me on GitHub
#clojure-spec
<
2016-08-27
>
sattvik15:08:07

@fenton I believe exercise returns tuples of [val conformed-val].

sattvik16:08:34

@mjhamrick I think the way to do that is via instrument. When you instrument, you can pass something like (stest/instrument some-ns/some-fn {:spec {`some-ns/some-fn (s/fspec …)}})`