Current section

Files

Jump to
log test log_test.exs
Raw

test/log_test.exs

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