Current section
Files
Jump to
Current section
Files
test/live_guard_test.exs
defmodule LiveGuardTest do
use ExUnit.Case
doctest LiveGuard
test "greets the world" do
assert LiveGuard.hello() == :world
end
end