Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 19:46
Show Gist options
  • Save lasseebert/c02d3f44e028d17f0bf7e51651338f07 to your computer and use it in GitHub Desktop.
Save lasseebert/c02d3f44e028d17f0bf7e51651338f07 to your computer and use it in GitHub Desktop.
$ mix test
...
1) test inviting a user responds with the new user (MyApp.UserController.InviteTest)
test/controllers/user_controller/invite_test.exs:4
** (RuntimeError) expected response with status 201, got: 404, with body:
{"errors":{"detail":"Page not found"}}
stacktrace:
(phoenix) lib/phoenix/test/conn_test.ex:362: Phoenix.ConnTest.response/2
test/controllers/user_controller/invite_test.exs:9: (test)
Finished in 0.08 seconds
4 tests, 1 failure
Randomized with seed 448141
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment