Current section

Files

Jump to
nerves_bootstrap templates new test app_name_test.exs
Raw

templates/new/test/app_name_test.exs

defmodule <%= app_module %>Test do
use ExUnit.Case
doctest <%= app_module %>
test "greets the world" do
assert <%= app_module %>.hello() == :world
end
end