Fork me on GitHub
#clojure-spec
<
2017-08-18
>
lmergen10:08:15

what would be the idiomatic way to override certain spec generators just for my test cases ? it feels a bit icky to be doing this in my source namespaces

lmergen10:08:41

i’m thinking of doing a couple of s/with-gen‘s in my test namespace to update the existing spec definitions, would this work ?

lmergen10:08:58

oh, i just noticed s/gen accepts a gen overrides map

lmergen10:08:07

and that answers my question 🙂