Skip to content

Commit 3a5e5cb

Browse files
committed
Merge pull request gregmalcolm#43 from brainstorm/master
Ruby koans quote couldn't be read properly
2 parents a8bc100 + 4153c43 commit 3a5e5cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@ Getting the Most From the Koans
9999

100100
Quoting the Ruby Koans instructions::
101101

102-
"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 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)."
102+
"In test-driven development the mantra has always been, red, green,
103+
refactor. Write a failing test and run it (red), make the test pass
104+
(green), then refactor it (that is look at the code and see if you
105+
can make it any better. In this case you will need to run the koan
106+
and see it fail (red), make the test pass (green), then take a
107+
moment and reflect upon the test to see what it is teaching you
108+
and improve the code to better communicate its intent (refactor)."
103109

104110
Content
105111
-------

0 commit comments

Comments
 (0)