Packages

Generate a simple free-standing application with an ecto layer, intended to be used as a database resource in an application written using decoupled resources.

Current section

Files

Jump to
gen_template_ecto_server template $PROJECT_NAME$ test user_test.exs
Raw

template/$PROJECT_NAME$/test/user_test.exs

defmodule UserTest do
use ExUnit.Case
doctest User
test "the truth" do
assert 1 + 1 == 2
end
end