Initial
This commit is contained in:
8
bert/test/bert_test.exs
Normal file
8
bert/test/bert_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule BertTest do
|
||||
use ExUnit.Case
|
||||
doctest Bert
|
||||
|
||||
test "greets the world" do
|
||||
assert Bert.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user