Add simple LearningSwitch Example
This commit is contained in:
parent
ab21f6e240
commit
f2768496c8
11 changed files with 334 additions and 0 deletions
8
examples/learning_switch/test/learning_switch_test.exs
Normal file
8
examples/learning_switch/test/learning_switch_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule LearningSwitchTest do
|
||||
use ExUnit.Case
|
||||
doctest LearningSwitch
|
||||
|
||||
test "greets the world" do
|
||||
assert LearningSwitch.hello() == :world
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue