From: Erkan Yilmaz Date: Thu, 8 Mar 2012 12:57:01 +0000 (+0100) Subject: add missing: ) X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=03caa9b3493ff5f0cf3688efe4f4136d06e4eb24 add missing: ) --- diff --git a/README.rdoc b/README.rdoc index f8208bc..75e53a7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -71,7 +71,7 @@ Windows is the same thing In test-driven development the mantra has always been, red, green, refactor. Write a failing test and run it (red), make the test pass (green), then refactor it (that is -look at the code and see if you can make it any better. In this case you will need +look at the code and see if you can make it any better). In this case you will need to run the koan and see it fail (red), make the test pass (green), then take a moment and reflect upon the test to see what it is teaching you and improve the code to better communicate its intent (refactor).