Current section

Files

Jump to
live_guard test live_guard_test.exs
Raw

test/live_guard_test.exs

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