Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created November 3, 2012 13:55
Show Gist options
  • Save jaycfields/4007441 to your computer and use it in GitHub Desktop.
Save jaycfields/4007441 to your computer and use it in GitHub Desktop.
(ns blog-expectations
(:use expectations))
(expect vector? [1 2])
(given [x y-fn] (expect x
(y-fn
(map-indexed vector [1 2])))
[0 1] first
java.util.List identity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment