Created
October 17, 2016 19:46
-
-
Save lasseebert/c02d3f44e028d17f0bf7e51651338f07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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