summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2021-12-02 01:14:52 -0300
committerAsko Nõmm <asko@bien.ee>2021-12-02 01:14:52 -0300
commitbdb6c57bd432026c80f3a208709228545db63eac (patch)
tree35d1e72f9242b89bf4a4d8f34234af0a608c091e /test
bump
Diffstat (limited to 'test')
-rw-r--r--test/clarktown/core_test.clj7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/clarktown/core_test.clj b/test/clarktown/core_test.clj
new file mode 100644
index 0000000..8425a76
--- /dev/null
+++ b/test/clarktown/core_test.clj
@@ -0,0 +1,7 @@
+(ns clarktown.core-test
+ (:require [clojure.test :refer :all]
+ [clarktown.core :refer :all]))
+
+(deftest a-test
+ (testing "FIXME, I fail."
+ (is (= 0 1))))