Current section

Files

Jump to
elixir_structure_manager priv templates structure test_application.exs
Raw

priv/templates/structure/test_application.exs

defmodule {app}.ApplicationTest do
use ExUnit.Case
doctest {app}.Application
test "test childrens" do
assert {app}.Application.env_children(:test) == []
end
end