Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExUnitNotifier.handle_event/2 is undefined or private #5

Open
rkmax opened this issue Aug 10, 2017 · 0 comments
Open

ExUnitNotifier.handle_event/2 is undefined or private #5

rkmax opened this issue Aug 10, 2017 · 0 comments

Comments

@rkmax
Copy link

rkmax commented Aug 10, 2017

Today I just installed

  1. add dependency {:ex_unit_notifier, "~> 0.1", only: :test}
  2. add to test_helper.exs ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]
  3. add to config/test.exs config :ex_unit_notifier, notifier: ExUnitNotifier.Notifiers.NotifySend neither it's working with default
  4. mix test.watch

I'm using:

  • erlang 19.3
  • elixir 1.3

and got this

11:55:00.139 [error] GenEvent handler ExUnitNotifier installed in #PID<0.1123.0> terminating
** (UndefinedFunctionError) function ExUnitNotifier.handle_event/2 is undefined or private. Did you mean one of:

      * handle_cast/2
      * handle_info/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant