about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorAlan Pearce2014-09-09 20:48:48 +0100
committerAlan Pearce2014-09-09 20:48:48 +0100
commit811dd1cb92a7248f16c66659c11ffd78fea3e2f6 (patch)
treef2ec9e2cbd40adc4dab80ac91c5f8f5248a643c7 /test
downloadmicroformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.lz
microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.zst
microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.zip
Initial commit.
Diffstat (limited to 'test')
-rw-r--r--test/microformats/core_test.clj7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/microformats/core_test.clj b/test/microformats/core_test.clj
new file mode 100644
index 0000000..ff74349
--- /dev/null
+++ b/test/microformats/core_test.clj
@@ -0,0 +1,7 @@
+(ns microformats.core-test
+  (:require [clojure.test :refer :all]
+            [microformats.core :refer :all]))
+
+(deftest a-test
+  (testing "FIXME, I fail."
+    (is (= 0 1))))