Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created June 11, 2013 17:54
Show Gist options
  • Save jaycfields/5759131 to your computer and use it in GitHub Desktop.
Save jaycfields/5759131 to your computer and use it in GitHub Desktop.
(expect (interaction (one "hello" {:a :b :c {:dd :ee :ff :gg}}))
(do
(one "hello")
(one "hello" "world" "here")
(one "hello" {:a 1 2 3})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment