Created
October 17, 2016 20:25
-
-
Save lasseebert/9be73eb05cbcc89eb69e33b8d830d3dc 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 | |
| Compiling 1 file (.ex) | |
| warning: variable user is unused | |
| web/controllers/user_controller.ex:6 | |
| .... | |
| 1) test inviting a user responds with the new user (MyApp.UserController.InviteTest) | |
| test/controllers/user_controller/invite_test.exs:4 | |
| Expected truthy, got false | |
| code: body["id"] |> is_integer | |
| stacktrace: | |
| test/controllers/user_controller/invite_test.exs:11: (test) | |
| Finished in 0.08 seconds | |
| 5 tests, 1 failure | |
| Randomized with seed 847631 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment