aboutsummaryrefslogtreecommitdiff
path: root/test/trongle_ssh_test.exs
blob: c4c2a15cb92f37d2273a8c3379b37a98f86c057e (plain) (blame)
1
2
3
4
5
6
7
8
defmodule TrongleSSHTest do
  use ExUnit.Case
  doctest TrongleSSH

  test "greets the world" do
    assert TrongleSSH.hello() == :world
  end
end