diff options
| author | Asko Nõmm <asko@bien.ee> | 2021-12-02 01:14:52 -0300 |
|---|---|---|
| committer | Asko Nõmm <asko@bien.ee> | 2021-12-02 01:14:52 -0300 |
| commit | bdb6c57bd432026c80f3a208709228545db63eac (patch) | |
| tree | 35d1e72f9242b89bf4a4d8f34234af0a608c091e /test/clarktown/core_test.clj | |
bump
Diffstat (limited to 'test/clarktown/core_test.clj')
| -rw-r--r-- | test/clarktown/core_test.clj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/clarktown/core_test.clj b/test/clarktown/core_test.clj new file mode 100644 index 0000000..8425a76 --- /dev/null +++ b/test/clarktown/core_test.clj @@ -0,0 +1,7 @@ +(ns clarktown.core-test + (:require [clojure.test :refer :all] + [clarktown.core :refer :all])) + +(deftest a-test + (testing "FIXME, I fail." + (is (= 0 1)))) |
