Skip to content

Commit 6c3d97b

Browse files
author
Roman Valls Guimera
committed
Ruby Koans quotation cannot be read properly [ci skip]
1 parent 158b936 commit 6c3d97b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ 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+
```
103+
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)."
104+
```
103105

104106
Content
105107
-------

0 commit comments

Comments
 (0)