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