Created
October 17, 2016 19:52
-
-
Save lasseebert/dc4e60d5791a03862a11bbd1218499c7 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) | |
Generated my_app app | |
... | |
1) test inviting a user responds with the new user (MyApp.UserController.InviteTest) | |
test/controllers/user_controller/invite_test.exs:4 | |
Assertion with == failed | |
code: body["email"] == "[email protected]" | |
lhs: nil | |
rhs: "[email protected]" | |
stacktrace: | |
test/controllers/user_controller/invite_test.exs:12: (test) | |
Finished in 0.06 seconds | |
4 tests, 1 failure | |
Randomized with seed 773707 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment