aboutsummaryrefslogtreecommitdiff
path: root/test/ex_prometheus_io_test.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-02-25 13:02:37 -0700
committerkballou <kballou@devnulllabs.io>2016-02-25 13:02:37 -0700
commitaa19495b230c374781cb5151e4e0e2f5a765880b (patch)
treeacb5f8719b70dbce6d417c1cc2d5a95851d9bb3d /test/ex_prometheus_io_test.exs
downloadex_prometheus_io-aa19495b230c374781cb5151e4e0e2f5a765880b.tar.gz
ex_prometheus_io-aa19495b230c374781cb5151e4e0e2f5a765880b.tar.xz
ex_prometheus_io: initial commit
Diffstat (limited to 'test/ex_prometheus_io_test.exs')
-rw-r--r--test/ex_prometheus_io_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ex_prometheus_io_test.exs b/test/ex_prometheus_io_test.exs
new file mode 100644
index 0000000..30d0290
--- /dev/null
+++ b/test/ex_prometheus_io_test.exs
@@ -0,0 +1,8 @@
+defmodule ExPrometheusIoTest do
+ use ExUnit.Case
+ doctest ExPrometheusIo
+
+ test "the truth" do
+ assert 1 + 1 == 2
+ end
+end