eproxus / meck

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

Make `undefined_module` error contain module name #96

Closed horkhe closed 11 years ago

horkhe commented 11 years ago

I got a complain from my colleague that undefined_module error does not tell what particular module was undefined. This pull requests addresses that deficiency.

Besides it brings some empty line cleanup.

So only the first commit, which is really small, contains code changes. The second just removes extra empty lines.

horkhe commented 11 years ago

Interesting, the build broke for R14B03 only. It looks like a glitch in an Erlang node that was running the build.

eproxus commented 11 years ago

:+1: Merged.