summaryrefslogtreecommitdiff
path: root/test/mystic_test.exs
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-09 15:02:27 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-09 15:02:27 +0200
commit782ca010fbc57025e4c69fa71085bb6997af23c5 (patch)
tree3d7f966848109e2e105d1962095cb1ccd93f166f /test/mystic_test.exs
Initial commit
Diffstat (limited to 'test/mystic_test.exs')
-rw-r--r--test/mystic_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/mystic_test.exs b/test/mystic_test.exs
new file mode 100644
index 0000000..4344354
--- /dev/null
+++ b/test/mystic_test.exs
@@ -0,0 +1,8 @@
+defmodule MysticTest do
+ use ExUnit.Case
+ doctest Mystic
+
+ test "greets the world" do
+ assert Mystic.hello() == :world
+ end
+end