Add patch_panel example

This commit is contained in:
Eishun Kondoh 2018-02-25 23:44:58 +09:00
parent b16cafbb5c
commit 51729542f3
12 changed files with 227 additions and 0 deletions

View file

@ -0,0 +1,8 @@
defmodule PatchPanelTest do
use ExUnit.Case
doctest PatchPanel
test "greets the world" do
assert PatchPanel.hello() == :world
end
end

View file

@ -0,0 +1 @@
ExUnit.start()