Skip to content

Instantly share code, notes, and snippets.

@nick-orton
Created January 30, 2011 02:39
Show Gist options
  • Save nick-orton/802459 to your computer and use it in GitHub Desktop.
Save nick-orton/802459 to your computer and use it in GitHub Desktop.
assert false
(use 'clojure.test)
(defmacro isnt [thing]
`(is (not ~thing)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment