aboutsummaryrefslogtreecommitdiff
path: root/test/octochat_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/octochat_test.exs')
-rw-r--r--test/octochat_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/octochat_test.exs b/test/octochat_test.exs
new file mode 100644
index 0000000..15ef0c7
--- /dev/null
+++ b/test/octochat_test.exs
@@ -0,0 +1,8 @@
+defmodule OctochatTest do
+ use ExUnit.Case
+ doctest Octochat
+
+ test "the truth" do
+ assert 1 + 1 == 2
+ end
+end