9 lines
141 B
Elixir
9 lines
141 B
Elixir
![]() |
defmodule KindlingTest do
|
||
|
use ExUnit.Case
|
||
|
doctest Kindling
|
||
|
|
||
|
test "greets the world" do
|
||
|
assert Kindling.hello() == :world
|
||
|
end
|
||
|
end
|