Packages

An opinionated authorization framework for Elixir projects.

Current section

Files

Jump to
gatekeeper test gatekeeper_test.exs
Raw

test/gatekeeper_test.exs

defmodule GatekeeperTest do
use ExUnit.Case
doctest Gatekeeper
test "the truth" do
assert 1 + 1 == 2
end
end