wayfarer/test/wayfarer_test.exs
James Harton 3505fb5bba
All checks were successful
continuous-integration/drone/push Build is passing
chore: Rename files missed in the project rename.
2023-10-14 11:22:15 +13:00

8 lines
141 B
Elixir

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