sloane.sh/test/sloane_sh_test.exs

9 lines
141 B
Elixir
Raw Normal View History

2024-02-16 16:09:35 -05:00
defmodule SloaneSHTest do
use ExUnit.Case
doctest SloaneSH
test "greets the world" do
assert SloaneSH.hello() == :world
end
end