Update README example for new value of __.

This commit is contained in:
Colin Jones 2011-02-10 21:11:48 -06:00
parent 18e6ac2e38
commit 54b89a5b2f

View File

@ -49,7 +49,7 @@ You'll see something like this:
FAIL in clojure.lang.PersistentList$EmptyList@1 (equalities.clj:1) FAIL in clojure.lang.PersistentList$EmptyList@1 (equalities.clj:1)
We shall contemplate truth by testing reality, via equality. We shall contemplate truth by testing reality, via equality.
expected: (= __ true) expected: (= __ true)
actual: (not (= nil true)) actual: (not (= :fill-in-the-blank true))
The output is telling you that you have a failing test in equalities.clj. The output is telling you that you have a failing test in equalities.clj.
So open that file up and make it pass! In general, you just fill in the So open that file up and make it pass! In general, you just fill in the