Skip to content

Commit 4153c43

Browse files
author
Roman Valls Guimera
committed
Just tabs maybe?
1 parent 02def43 commit 4153c43

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

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

100100
Quoting the Ruby Koans instructions::
101101

102-
<blockquote>
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-
</blockquote>
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)."
105109

106110
Content
107111
-------

0 commit comments

Comments
 (0)