ash/test/ash_test.exs

9 lines
126 B
Elixir
Raw Normal View History

2019-10-03 16:08:36 +13:00
defmodule AshTest do
use ExUnit.Case
doctest Ash
test "greets the world" do
assert Ash.hello() == :world
end
end