Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created June 11, 2013 14:41
Show Gist options
  • Save jaycfields/5757387 to your computer and use it in GitHub Desktop.
Save jaycfields/5757387 to your computer and use it in GitHub Desktop.
(given [the-answer]
(expect (= 42 the-answer))
42)
;;; or, if you want to define more context
(given [x y]
(expect x (* 2 y))
42 84
20 (inc (dec 10)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment