kindling/test/kindling_test.exs
2024-02-22 18:24:26 -06:00

8 lines
141 B
Elixir

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