Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created December 10, 2011 07:49
Show Gist options
  • Save Raynes/1454794 to your computer and use it in GitHub Desktop.
Save Raynes/1454794 to your computer and use it in GitHub Desktop.
(ns tentacles.core-test
(:use midje.sweet
tentacles.core))
(fact
(query-map {:foo 0
:foo-bar 0
"baz-quux" 0}) => (contains {"foo" 0 "foo_bar" 0 "bar_quux" 0}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment