milkwood-clj/test/milkwood_clj/core_test.clj
Simon Brooke fffaf0cca0 Basically finished. Not capitalising initial words of sentences; not
printing output to an output file even if one is specified; not
honouring the help flag.
2013-11-09 00:39:20 +00:00

8 lines
203 B
Clojure

(ns milkwood-clj.core-test
(:require [clojure.test :refer :all]
[milkwood-clj.core :refer :all]))
;;(deftest a-test
;; (testing "Nothing worth testing in core, yet."
;; (is (= 1 1))))