Skip to content

Instantly share code, notes, and snippets.

@dainiusjocas
Created August 20, 2015 08:00
Show Gist options
  • Save dainiusjocas/df690f8100d4de6941ec to your computer and use it in GitHub Desktop.
Save dainiusjocas/df690f8100d4de6941ec to your computer and use it in GitHub Desktop.
Midje JSON body request
(ns project.ns-test
(:require [ring.mock.request :as rr]))
(rr/body
(rr/content-type
(rr/request :post "/do")
"application/json")
(ch/generate-string [{:name "Name"
:countryCode "US"}]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment