floof/test/floof_test.exs
2022-11-22 17:35:08 +01:00

9 lines
132 B
Elixir

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