example: Add simple router example (#12)
This commit is contained in:
parent
07821494dd
commit
5049e0643a
17 changed files with 621 additions and 0 deletions
8
examples/simple_router/test/simple_router_test.exs
Normal file
8
examples/simple_router/test/simple_router_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule SimpleRouterTest do
|
||||
use ExUnit.Case
|
||||
doctest SimpleRouter
|
||||
|
||||
test "greets the world" do
|
||||
assert SimpleRouter.hello() == :world
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue