elixir_mock
elixir_mock copied to clipboard
Allow defmock_of to specify the module name
Random module name generation is all fine and dandy, until you want to, say, configure your entire application to use the mock implementation. Then it's useful to be able to specify an atom to define the module with a real, stable name.