floof/test/floof_test.exs

9 lines
132 B
Elixir
Raw Normal View History

2022-11-22 15:41:59 +00:00
defmodule FloofTest do
use ExUnit.Case
doctest Floof
test "greets the world" do
assert Floof.hello() == :world
end
end