diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-01 20:41:48 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-01 20:41:48 -0600 |
| commit | ffa3d553f693494c218a0244c946ba83dfbf7cd1 (patch) | |
| tree | 092a824dad118c37960ab67da98cdbc445a35d2b /test/trongle_ssh_test.exs | |
| download | tronglessh-main.tar.gz tronglessh-main.zip | |
Diffstat (limited to 'test/trongle_ssh_test.exs')
| -rw-r--r-- | test/trongle_ssh_test.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/trongle_ssh_test.exs b/test/trongle_ssh_test.exs new file mode 100644 index 0000000..c4c2a15 --- /dev/null +++ b/test/trongle_ssh_test.exs @@ -0,0 +1,8 @@ +defmodule TrongleSSHTest do + use ExUnit.Case + doctest TrongleSSH + + test "greets the world" do + assert TrongleSSH.hello() == :world + end +end |
