Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created October 18, 2015 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaycfields/d13528c9cd6bb86122b7 to your computer and use it in GitHub Desktop.
Save jaycfields/d13528c9cd6bb86122b7 to your computer and use it in GitHub Desktop.
;; move everything to runtime
(expect
(let [user (create-user args)
result (pred (some-function user))]
(delete user)
result))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment