(defn test? "Does var refer to a test?" [var] (should (var? var)) (boolean (:circumspec/test (meta var))))
Comments top
No comments for test?. Log in to add a comment.