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