Current section
Files
Jump to
Current section
Files
test/gatekeeper_test.exs
defmodule GatekeeperTest do
use ExUnit.Case
doctest Gatekeeper
test "the truth" do
assert 1 + 1 == 2
end
end