smokestack/test/smokestack_test.exs
James Harton 52e3457d4f
Some checks failed
continuous-integration/drone/push Build is failing
chore: initial commit.
2023-08-09 20:22:44 +12:00

8 lines
147 B
Elixir

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