Fork me on GitHub
#clojure-spec
<
2018-11-13
>
Dormo20:11:23

Do people tend to keep spec instrumentation on in testing environments? I don't mean automated testing, but environments for manual/internal testing before being deployed to production

Dormo20:11:07

i guess "staging environments" would be a good term

souenzzo21:11:18

I use just on automated test (lein test)

souenzzo21:11:49

The "develop" jar should behave the same as "prod" jar.