Provides module stubs for Elixir. Module stubs can be created using stub!/1 and stub!/2. The input to this function is a keyword list of function names (expressed as atoms) and their implementations (expressed as anonymous functions)
stub!/1
stub!/2