diff options
Diffstat (limited to 'util/generate-hooks-index/test')
-rw-r--r-- | util/generate-hooks-index/test/generate_hooks_index/core_test.clj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/generate-hooks-index/test/generate_hooks_index/core_test.clj b/util/generate-hooks-index/test/generate_hooks_index/core_test.clj new file mode 100644 index 000000000..913864ce4 --- /dev/null +++ b/util/generate-hooks-index/test/generate_hooks_index/core_test.clj @@ -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)))) |