aboutsummaryrefslogtreecommitdiff
path: root/test/ex_prometheus_io_test.exs
diff options
context:
space:
mode:
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