Skip to content

Commit

Permalink
Tweaked multithreading section of README. (iHiD)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 12314]
  • Loading branch information
zenspider committed Sep 26, 2019
1 parent 29cc761 commit d7f1133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ verification to ensure they got all the calls they were expecting."
end
end

**Multi-threading and Mocks**
==== Multi-threading and Mocks

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
you can use regular ruby patterns and facilities like local variables. Here's
an example of asserting that code inside a thread is run:

Expand Down

0 comments on commit d7f1133

Please sign in to comment.