Skip to content

Instantly share code, notes, and snippets.

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