Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lasseebert/dc4e60d5791a03862a11bbd1218499c7 to your computer and use it in GitHub Desktop.
Save lasseebert/dc4e60d5791a03862a11bbd1218499c7 to your computer and use it in GitHub Desktop.
$ 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"] == "alice@example.com"
lhs: nil
rhs: "alice@example.com"
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