aboutsummaryrefslogtreecommitdiffstats
path: root/util/generate-hooks-index/test/generate_hooks_index/core_test.clj
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-04 17:48:21 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-04 17:48:21 -0800
commit121446931162293a60626a3d6641073fb44480d8 (patch)
treed1a4e4c85cc4be4c18a7b84c7bb801fe0daaa642 /util/generate-hooks-index/test/generate_hooks_index/core_test.clj
parentf4a9529968fedb65289d49ec0901739df17df698 (diff)
parent3d55134953cf94a5b320404e9a5a8af1acadaf19 (diff)
downloadvolse-hubzilla-121446931162293a60626a3d6641073fb44480d8.tar.gz
volse-hubzilla-121446931162293a60626a3d6641073fb44480d8.tar.bz2
volse-hubzilla-121446931162293a60626a3d6641073fb44480d8.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'util/generate-hooks-index/test/generate_hooks_index/core_test.clj')
-rw-r--r--util/generate-hooks-index/test/generate_hooks_index/core_test.clj7
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))))