reifyhealth / specmonstah

Specmonstah will eat the face off your test fixtures
MIT License
360 stars 18 forks source link

Consider replacing your 'any' with Clojure's `any?` #41

Closed ohpauleez closed 6 years ago

ohpauleez commented 6 years ago

Starting in Clojure 1.9, Clojure included additional predicates to accompany the addition of clojure.spec. One of those predicate is any?.

Perhaps you want to replace your any with any? (unless you need the vararg behavior of constantly)?