Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 19:54
Show Gist options
  • Select an option

  • Save lasseebert/77bff08add8e8980ab121aee8f6efb4a to your computer and use it in GitHub Desktop.

Select an option

Save lasseebert/77bff08add8e8980ab121aee8f6efb4a to your computer and use it in GitHub Desktop.
body = conn |> response(201) |> Poison.decode!
assert body["id"] |> is_integer
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