Current section

Files

Jump to
phoenix priv templates new test application_name_test.exs
Raw

priv/templates/new/test/application_name_test.exs

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