mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-06 10:36:47 +00:00
8 lines
138 B
Elixir
8 lines
138 B
Elixir
defmodule ExampleTest do
|
|
use ExUnit.Case
|
|
doctest Example
|
|
|
|
test "greets the world" do
|
|
assert Example.hello() == :world
|
|
end
|
|
end
|