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 11 years ago

AlexBaranosky commented 11 years ago

...lied

AlexBaranosky commented 11 years ago

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

AlexBaranosky commented 11 years ago

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

reiddraper commented 11 years ago

thanks!