eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
813 stars 231 forks source link

Couldn't find hamcrest.hrl #149

Closed LucianoBernal closed 9 years ago

LucianoBernal commented 9 years ago

failtest

Sorry, I have this error, how may I solve it. Thanks!!

eproxus commented 9 years ago

To run the tests, you need to get the dependencies for Meck. This is done through a special Rebar configuration file, test.config. This is done automatically when running make test. Perhaps you need to set this up manually in your IDE environment?

LucianoBernal commented 9 years ago

Great!! Worked setting that up manually. Thanks!! :)

eproxus commented 9 years ago

Good that it worked. Let me know if you have any other questions. :smile: