Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 20:25
Show Gist options
  • Select an option

  • Save lasseebert/9be73eb05cbcc89eb69e33b8d830d3dc to your computer and use it in GitHub Desktop.

Select an option

Save lasseebert/9be73eb05cbcc89eb69e33b8d830d3dc to your computer and use it in GitHub Desktop.
$ 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