ash/test/ash_test.exs
2019-12-06 02:00:26 -05:00

4 lines
70 B
Elixir

defmodule AshTest do
use ExUnit.Case, async: true
doctest Ash
end