Merge pull request #43 from manaskarekar/cl-koans-readme
Updated README
This commit is contained in:
commit
7541c79f83
@ -68,7 +68,9 @@ The output is telling you that you have a failing test in the file named
|
||||
`01_equalities.clj`, on line 3. So you just need to open that file up and make
|
||||
it pass! You'll always be filling in the blanks to make tests pass.
|
||||
Sometimes there could be several correct answers (or even an infinite number):
|
||||
any of them will work in these cases.
|
||||
any of them will work in these cases. Some tests will pass even if you replace
|
||||
the blanks with whitespace (or nothing) instead of the expected answer. Make sure
|
||||
you give one correct expression to replace each blank.
|
||||
|
||||
The koans differ from normal TDD in that the tests are already written for you,
|
||||
so you'll have to pay close attention to the failure messages, because up until
|
||||
|
Loading…
Reference in New Issue
Block a user