aboutsummaryrefslogtreecommitdiff
path: root/test/trongle_ssh_test.exs
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-01 20:41:48 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-01 20:41:48 -0600
commitffa3d553f693494c218a0244c946ba83dfbf7cd1 (patch)
tree092a824dad118c37960ab67da98cdbc445a35d2b /test/trongle_ssh_test.exs
downloadtronglessh-main.tar.gz
tronglessh-main.zip
Diffstat (limited to 'test/trongle_ssh_test.exs')
-rw-r--r--test/trongle_ssh_test.exs8
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