9 lines
129 B
Elixir
9 lines
129 B
Elixir
![]() |
defmodule LainTest do
|
||
|
use ExUnit.Case
|
||
|
doctest Lain
|
||
|
|
||
|
test "greets the world" do
|
||
|
assert Lain.hello() == :world
|
||
|
end
|
||
|
end
|