aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-07-26 12:39:08 -0600
committerkballou <kballou@devnulllabs.io>2016-07-26 12:43:38 -0600
commit2175a2f4d9a416f4a443166a2487c8c12a3df9e2 (patch)
tree4c75ccbca885a3d6341f7184c426f94ebc3cdc62 /test
downloadexping-2175a2f4d9a416f4a443166a2487c8c12a3df9e2.tar.gz
exping-2175a2f4d9a416f4a443166a2487c8c12a3df9e2.tar.xz
ExPing: Initial Commit
Diffstat (limited to 'test')
-rw-r--r--test/exping_test.exs5
-rw-r--r--test/test_helper.exs1
2 files changed, 6 insertions, 0 deletions
diff --git a/test/exping_test.exs b/test/exping_test.exs
new file mode 100644
index 0000000..ddcb7db
--- /dev/null
+++ b/test/exping_test.exs
@@ -0,0 +1,5 @@
+defmodule ExPing.Test do
+ use ExUnit.Case
+ doctest ExPing
+
+end
diff --git a/test/test_helper.exs b/test/test_helper.exs
new file mode 100644
index 0000000..869559e
--- /dev/null
+++ b/test/test_helper.exs
@@ -0,0 +1 @@
+ExUnit.start()