saltywitch/test/salty_witch_test.exs

9 lines
147 B
Elixir

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