Skip to content

Commit d7f1133

Browse files
committed
Tweaked multithreading section of README. (iHiD)
[git-p4: depot-paths = "//src/minitest/dev/": change = 12314]
1 parent 29cc761 commit d7f1133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ verification to ensure they got all the calls they were expecting."
220220
end
221221
end
222222

223-
**Multi-threading and Mocks**
223+
==== Multi-threading and Mocks
224224

225-
Minitest mocks do not support multi-threading if it works, fine, if it doesn't
225+
Minitest mocks do not support multi-threading. If it works, fine, if it doesn't
226226
you can use regular ruby patterns and facilities like local variables. Here's
227227
an example of asserting that code inside a thread is run:
228228

0 commit comments

Comments
 (0)