Current section
Files
Jump to
Current section
Files
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