mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Elixir hello world example
This commit is contained in:
parent
ecb234693c
commit
b69903435e
8 changed files with 112 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
Code.require_file "../test_helper.exs", __FILE__
|
||||
|
||||
defmodule ElixirHelloWorldTest do
|
||||
use ExUnit.Case
|
||||
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
1
examples/elixir_hello_world/test/test_helper.exs
Normal file
1
examples/elixir_hello_world/test/test_helper.exs
Normal file
|
@ -0,0 +1 @@
|
|||
ExUnit.start
|
Loading…
Add table
Add a link
Reference in a new issue