Closed ityonemo closed 4 years ago
for a module mock_module created with defmock/2 mock_module.__info__(:attributes) doesn't contain the expected {:behaviour, [Module]} parameter.
mock_module
defmock/2
mock_module.__info__(:attributes)
{:behaviour, [Module]}
fixed in pr https://github.com/dashbitco/mox/pull/90
for a module
mock_module
created withdefmock/2
mock_module.__info__(:attributes)
doesn't contain the expected{:behaviour, [Module]}
parameter.