finishing asserts
This commit is contained in:
parent
e388687891
commit
11476f961c
@ -1,3 +1,5 @@
|
||||
(def __ nil)
|
||||
|
||||
(defn #^{:zen "We shall contemplate truth by testing reality, via asserts."}
|
||||
test-truth
|
||||
[]
|
||||
@ -9,3 +11,8 @@
|
||||
(let [expected-value 0
|
||||
actual-value (+ 1 1)]
|
||||
(assert (= expected-value actual-value))))
|
||||
|
||||
(defn #^{:zen "Sometimes we will ask you to fill in the values"}
|
||||
test-fill-in-values
|
||||
[]
|
||||
(assert (= __ (+ 1 1))))
|
@ -13,4 +13,5 @@
|
||||
|
||||
(meditate-on test-truth)
|
||||
(meditate-on test-assert-equality)
|
||||
(meditate-on test-fill-in-values)
|
||||
(println "You have achieved clojure zen. Go out into the universe and spread your newfound knowledge.")
|
||||
|
Loading…
Reference in New Issue
Block a user