aboutsummaryrefslogtreecommitdiff
path: root/test/hope_test.exs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-15 06:17:25 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-15 06:17:25 -0600
commita106c948c2056cb855ae6603842c5c165f03d716 (patch)
treea3b94b924ebf3d487ce3a14b7c1f1b3eae7b0610 /test/hope_test.exs
downloadhope-a106c948c2056cb855ae6603842c5c165f03d716.tar.gz
hope-a106c948c2056cb855ae6603842c5c165f03d716.zip
initialize Elixir projectelixir
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