Skip to content

Instantly share code, notes, and snippets.

@al3xandr3
Created May 15, 2009 10:05
Show Gist options
  • Save al3xandr3/112158 to your computer and use it in GitHub Desktop.
Save al3xandr3/112158 to your computer and use it in GitHub Desktop.
(defmethod report :summary [m]
(with-test-out
(twitter-update (str "[coverager] " (:fail m) " failures, " (:error m) " errors."))
(println "\nRan" (:test m) "tests containing"
(+ (:pass m) (:fail m) (:error m)) "assertions.")
(println (:fail m) "failures," (:error m) "errors.")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment