mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
9 lines
153 B
Elixir
9 lines
153 B
Elixir
defmodule SystemEngineTest do
|
|
use ExUnit.Case
|
|
doctest SystemEngine
|
|
|
|
test "greets the world" do
|
|
assert SystemEngine.hello() == :world
|
|
end
|
|
end
|