espec icon indicating copy to clipboard operation
espec copied to clipboard

Error in before_all filter causes espec to crash

Open lucaspiller opened this issue 10 years ago • 0 comments

E.g.

        before_all(fun() ->
            % {undefined_module, nonexistant_module}
            ok = meck:new(nonexistant_module, [passthrough])
        end),

Probably also happens in before_each.

lucaspiller avatar Jun 04 '14 12:06 lucaspiller