init: inital commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
defmodule LocaliserdTest do
|
||||
use ExUnit.Case
|
||||
doctest Localiserd
|
||||
|
||||
test "greets the world" do
|
||||
assert Localiserd.hello() == :world
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
Reference in New Issue
Block a user