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