jjh42 / mock

Mocking library for Elixir language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I mock in multilpe tests?

mrkaspa opened this issue · comments

I need to mock something in all the specs but I don't wan't to repeat this test by test

Hmmm. I don't have a good solution right now. I don't have time to improve this right now, but I guess you could add functionality for the setup section.

I'd appreciate if you take a look at the PR I made: #68