aboutsummaryrefslogtreecommitdiff
path: root/test/octonetcat_test.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-11-16 22:31:52 -0700
committerkballou <kballou@devnulllabs.io>2017-11-24 09:54:20 -0700
commit6abe63d232696a2805eaa6c44e4f773ad96aa7a8 (patch)
treef1c1a6bba819575d9b001d92acdc4be39b922f09 /test/octonetcat_test.exs
downloadoctonetcat-6abe63d232696a2805eaa6c44e4f773ad96aa7a8.tar.gz
octonetcat-6abe63d232696a2805eaa6c44e4f773ad96aa7a8.tar.xz
octonetcat: initial commit
Diffstat (limited to 'test/octonetcat_test.exs')
-rw-r--r--test/octonetcat_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/octonetcat_test.exs b/test/octonetcat_test.exs
new file mode 100644
index 0000000..9529cf7
--- /dev/null
+++ b/test/octonetcat_test.exs
@@ -0,0 +1,8 @@
+defmodule OctonetcatTest do
+ use ExUnit.Case
+ doctest OctonetcatTest
+
+ test "greets the world" do
+ assert Lexp.hello() == :world
+ end
+end