Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 19:51
Show Gist options
  • Save lasseebert/465e41764e6193fd5418bc7b5e6c92fe to your computer and use it in GitHub Desktop.
Save lasseebert/465e41764e6193fd5418bc7b5e6c92fe to your computer and use it in GitHub Desktop.
body = conn |> response(201) |> Poison.decode!
assert body["id"] > 0
assert body["email"] == "alice@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment