mocking library for Erlang
With meck you can easily mock modules in Erlang. You can also perform
some basic validations on the mocked modules, such as making sure no
unexpected exceptions occurred or looking at the call history.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/eproxus/meck
