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