elstat/test/elstat_test.exs

9 lines
135 B
Elixir
Raw Normal View History

2018-06-10 21:02:34 +00:00
defmodule ElstatTest do
use ExUnit.Case
doctest Elstat
test "greets the world" do
assert Elstat.hello() == :world
end
end