ash/test/ash_test.exs
Zach Daniel 4c41344126
init
2019-10-02 23:08:36 -04:00

8 lines
126 B
Elixir

defmodule AshTest do
use ExUnit.Case
doctest Ash
test "greets the world" do
assert Ash.hello() == :world
end
end