amitrathore / conjure

a mocking library for clojure
http://s-expressions.com
73 stars 9 forks source link

Doc strings. Have them. #4

Open AlexBaranosky opened 12 years ago

AlexBaranosky commented 12 years ago

Make this test pass:

(deftest test-public-api-fns-have-docstrings
  (is (= [] (map str (remove (comp :doc meta) (vals (ns-publics 'conjure.core))))))