Invalid mock arguments prevent meck:unload
josephwilk opened this issue · 0 comments
josephwilk commented
Resolution of mock arguments and parsing is performed outside of a exception catch.
This could keep :mocks.unload from running. This means if the same module tries to run mock.new an exception will be raised since the module is already mocked. The effect, a chain of fails due to :mecks.new failing.