9 lines
147 B
Elixir
9 lines
147 B
Elixir
|
defmodule ElixirssshTest do
|
||
|
use ExUnit.Case
|
||
|
doctest Elixirsssh
|
||
|
|
||
|
test "greets the world" do
|
||
|
assert Elixirsssh.hello() == :world
|
||
|
end
|
||
|
end
|