reiddraper / simple-check

QuickCheck for Clojure
http://reiddraper.github.io/simple-check/
286 stars 18 forks source link

make the default-times arg to defspec optional #23

Closed tcrayford closed 11 years ago

tcrayford commented 11 years ago

If we make this optional, when simple-check gets time limited tests, we can use that instead by default. It also means users don't have to think about changing this for every defspec if they don't want to.