eproxus / meck

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

Please document that modules can be not meck'able #135

Closed ebengt closed 9 years ago

ebengt commented 9 years ago

Greetings,

If I meck the os module I get the following error:

1> meck:new( os, [unstick, passthrough] ). ok 2> meck:unload( os ).

Crash dump was written to: erl_crash.dump The code server called the unloaded module `os'