aboutsummaryrefslogtreecommitdiff
path: root/test/boltex_test.exs
diff options
context:
space:
mode:
authorMichael Schaefermeyer <michael.schaefermeyer@gmail.com>2016-07-19 01:01:18 +0200
committerMichael Schaefermeyer <michael.schaefermeyer@gmail.com>2016-07-19 01:01:18 +0200
commitfe62ea8ee39e5460b663359daf4759e9a379e538 (patch)
treed7cab1c9abfdd26b56869f75d355800ad2ba51ab /test/boltex_test.exs
downloadboltex-fe62ea8ee39e5460b663359daf4759e9a379e538.tar.gz
boltex-fe62ea8ee39e5460b663359daf4759e9a379e538.tar.xz
Initial commit
Diffstat (limited to 'test/boltex_test.exs')
-rw-r--r--test/boltex_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/boltex_test.exs b/test/boltex_test.exs
new file mode 100644
index 0000000..c091178
--- /dev/null
+++ b/test/boltex_test.exs
@@ -0,0 +1,8 @@
+defmodule BoltexTest do
+ use ExUnit.Case
+ doctest Boltex
+
+ test "the truth" do
+ assert 1 + 1 == 2
+ end
+end