Yet another mocking library for Erlang.
hoax requires rebar to build. To build hoax, go to the hoax directory and simply type:
rebar compile
To make sure hoax works on your platform, run the tests:
rebar eunit
Note that hoax's unit tests require Eunit >= 2.2.1 (OTP R14B04).