aboutsummaryrefslogtreecommitdiff
path: root/test/hope_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/hope_test.exs')
-rw-r--r--test/hope_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/hope_test.exs b/test/hope_test.exs
new file mode 100644
index 0000000..ac9a8d4
--- /dev/null
+++ b/test/hope_test.exs
@@ -0,0 +1,8 @@
+defmodule HopeTest do
+ use ExUnit.Case
+ doctest Hope
+
+ test "greets the world" do
+ assert Hope.hello() == :world
+ end
+end