summaryrefslogtreecommitdiff
path: root/test/dactyl_cave/core_test.clj
diff options
context:
space:
mode:
authorMatt Adereth <adereth@gmail.com>2015-03-06 15:26:01 -0800
committerMatt Adereth <adereth@gmail.com>2015-03-06 15:26:01 -0800
commitd466da8a90a7678d844ed1f2b8c114e0fcbde5d9 (patch)
tree3cbf6dc99ddc43f2e79454e08c8d1146079b468f /test/dactyl_cave/core_test.clj
parentc8465079bae87c56123adf01c4af9a57bec13f8c (diff)
Initial commit
Diffstat (limited to 'test/dactyl_cave/core_test.clj')
-rw-r--r--test/dactyl_cave/core_test.clj7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/dactyl_cave/core_test.clj b/test/dactyl_cave/core_test.clj
new file mode 100644
index 0000000..2259ab4
--- /dev/null
+++ b/test/dactyl_cave/core_test.clj
@@ -0,0 +1,7 @@
+(ns dactyl-cave.core-test
+ (:require [clojure.test :refer :all]
+ [dactyl-cave.core :refer :all]))
+
+(deftest a-test
+ (testing "FIXME, I fail."
+ (is (= 0 1))))