kindling/test/kindling_test.exs

9 lines
141 B
Elixir
Raw Normal View History

2024-02-23 00:24:26 +00:00
defmodule KindlingTest do
use ExUnit.Case
doctest Kindling
test "greets the world" do
assert Kindling.hello() == :world
end
end