Commit the tool used to generate the hooks docs.

This commit is contained in:
ken restivo
2015-11-03 21:15:49 -08:00
parent 380e3e64cb
commit d9c7b39b88
9 changed files with 382 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
(ns generate-hooks-index.core-test
(:require [clojure.test :refer :all]
[generate-hooks-index.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))