Packages

Тестовое задание проект

Current section

Files

Jump to
serv test serv_test.exs
Raw

test/serv_test.exs

defmodule ServTest do
use ExUnit.Case
doctest Serv
test "greets the world" do
assert Serv.hello() == :world
end
end