printing output to an output file even if one is specified; not honouring the help flag.
8 lines
203 B
Clojure
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))))
|