Wrapping my head around why mocking is less favored in Elixir than in Ruby (and other languages). Here's an example asserting that a function is called and matching the arguments without any mocking tools.
Wrapping my head around why mocking is less favored in Elixir than in Ruby (and other languages). Here's an example asserting that a function is called and matching the arguments without any mocking tools.