espec
espec copied to clipboard
Error in before_all filter causes espec to crash
E.g.
before_all(fun() ->
% {undefined_module, nonexistant_module}
ok = meck:new(nonexistant_module, [passthrough])
end),
Probably also happens in before_each
.