Terone Madhanayaka
Results
3
comments of
Terone Madhanayaka
Hi, thanks for taking your time to respond 😄 , I'm a bit unsure how to copy the `:erlang` atom to stub. Do I need some sort of adapter module...
> Hey @bterone. All module names in Elixir and Erlang are atoms. You should just be able to do `Mimic.copy(:erlang)` and then stub the function as per usual. Hi @jimsynz,...