From 811dd1cb92a7248f16c66659c11ffd78fea3e2f6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Sep 2014 20:48:48 +0100 Subject: Initial commit. --- test/microformats/core_test.clj | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/microformats/core_test.clj (limited to 'test') 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)))) -- cgit 1.4.1