From 782ca010fbc57025e4c69fa71085bb6997af23c5 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 9 Aug 2024 15:02:27 +0200 Subject: Initial commit --- test/mystic_test.exs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/mystic_test.exs (limited to 'test/mystic_test.exs') 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 -- cgit v1.2.3-70-g09d2