ash_authentication_phoenix/test/ash_authentication_phoenix_test.exs

8 lines
189 B
Elixir

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