reiddraper / simple-check

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

hash-map generator makes maps with values that match the generators supp... #29

Closed AlexBaranosky closed 10 years ago

AlexBaranosky commented 10 years ago

...lied

AlexBaranosky commented 10 years ago

it might not actually need that (empty? kvs) check... if not we should get rid of it...

AlexBaranosky commented 10 years ago

ok, done, removed that empty? check, and squashed it

reiddraper commented 10 years ago

thanks!