Preparing for move to GitHub
This commit is contained in:
parent
2fc53be9e7
commit
38bcacc376
41 changed files with 2165 additions and 220 deletions
7
test/adl/core_test.clj
Normal file
7
test/adl/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns adl.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[adl.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue