We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cc761 commit d7f1133Copy full SHA for d7f1133
README.rdoc
@@ -220,9 +220,9 @@ verification to ensure they got all the calls they were expecting."
220
end
221
222
223
-**Multi-threading and Mocks**
+==== Multi-threading and Mocks
224
225
-Minitest mocks do not support multi-threading if it works, fine, if it doesn't
+Minitest mocks do not support multi-threading. If it works, fine, if it doesn't
226
you can use regular ruby patterns and facilities like local variables. Here's
227
an example of asserting that code inside a thread is run:
228
0 commit comments