mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 14:32:54 +00:00
8 lines
132 B
Elixir
8 lines
132 B
Elixir
defmodule JenotTest do
|
|
use ExUnit.Case
|
|
doctest Jenot
|
|
|
|
test "greets the world" do
|
|
assert Jenot.hello() == :world
|
|
end
|
|
end
|