hunter/test/hunter_test.exs

6 lines
84 B
Elixir
Raw Permalink Normal View History

2019-03-20 00:06:26 -04:00
defmodule HunterTest do
use ExUnit.Case, async: true
doctest Hunter.Config
end