Skip to content

Instantly share code, notes, and snippets.

@kzkaed
Last active June 19, 2016 14:36
Show Gist options
  • Save kzkaed/6948d493df30b747fcdd to your computer and use it in GitHub Desktop.
Save kzkaed/6948d493df30b747fcdd to your computer and use it in GitHub Desktop.
(defn the-answer []
"Lisa")
(describe "life the universe and everything"
(it "has the answer"
(should= "Lisa" (the-answer))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment