Packages

A way to increase Elixir projects readability and maintenance based on Use Cases and Interactors.

Current section

Files

Jump to
use_case priv templates use_case.gen.interactor interactor_test.eex
Raw

priv/templates/use_case.gen.interactor/interactor_test.eex

defmodule <%= @context_inflected[:base] %>.<%= @context_inflected[:scoped] %>Test do
use ExUnit.Case, async: true
alias <%= @context_inflected[:base] %>.<%= @context_inflected[:scoped] %>
end