Current section

Files

Jump to
phoenix priv template test application_name_test.exs
Raw

priv/template/test/application_name_test.exs

defmodule <%= application_module %>Test do
use ExUnit.Case
test "the truth" do
assert 1 + 1 == 2
end
end