example: Add example for NXAST_LEARN

This commit is contained in:
Eishun Kondoh 2019-06-05 01:18:25 +09:00
parent 04fb4ffa52
commit 270d01b626
9 changed files with 180 additions and 0 deletions

View file

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

View file

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