Fork me on GitHub
#clojure-spec
<
2020-05-21
>
Kyle Brodie00:05:53

So I'd do (s/def (with-gen (my-spec-here) (fn [] (something-using-test-check-functions))))

seancorfield00:05:04

(s/def ::simple-row (with-gen (s/map-of ,,,) (fn [] (...)))) yup