Skip to content

Commit

Permalink
Merge pull request functional-koans#35 from MarkyV/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
trptcolin committed Dec 31, 2012
2 parents 2eb2dfe + 96420a3 commit d0ad877
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,18 @@ If you're running from a checkout using lein 2, run the koans via
`lein koan run`

It's an auto-runner, so as you save your files with the correct answers, it will
advance you to the next koan or file.
advance you to the next koan or file (conveniently, all files are prefixed with
the sequence that you should follow).

You'll see something like this:

Problem in /home/colin/Projects/clojure-koans/src/koans/equalities.clj
Problem in /home/colin/Projects/clojure-koans/src/koans/01_equalities.clj
---------------------
Assertion failed!
We shall contemplate truth by testing reality, via equality.
(= __ 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 01_equalities.clj.
So open that file up and make it pass! In general, you just fill in the
blanks to make tests pass. Sometimes there are several (or even an infinite
number) of correct answers: any of them will work in these cases.
Expand Down

0 comments on commit d0ad877

Please sign in to comment.