Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created June 11, 2013 14:34
Show Gist options
  • Save jaycfields/5757320 to your computer and use it in GitHub Desktop.
Save jaycfields/5757320 to your computer and use it in GitHub Desktop.
(declare *the-answer*) ; outside of a describe
(around [it]
(binding [*the-answer* 42]
(it)))
(it "knows the answer"
(should= 42 *the-answer*))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment