eproxus / meck

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

Put non-strict option in the README.md #117

Closed jonasrichard closed 10 years ago

jonasrichard commented 10 years ago

I think that is changed, so at first I think everybody will try to mock a non-existent module (my first idea is that dog module is a non-existent one).

The first example resulted in an error, it should be

meck:new(dog, [non_strict]).
eproxus commented 10 years ago

Thanks! Corrected.