Fixed typo for 5.0.0 in History.rdoc. (tnir)

[git-p4: depot-paths = "//src/minitest/dev/": change = 13275]
This commit is contained in:
Ryan Davis 2021-12-04 18:04:50 -08:00
parent 3830cf1da4
commit 0e1418bcb2
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ Minitest 5:
* Added Minitest::Benchmark.
* Your benchmarks need to move to their own subclass.
* Benchmarks using the spec DSL have to have "Bench" somewhere in their describe.
* MiniTest::Unit.after_tests moved to Minitest.after_tests
* MiniTest::Unit.after_tests moved to Minitest.after_run
* MiniTest::Unit.autorun is now Minitest.autorun. Just require minitest/autorun pls.
* Removed ParallelEach#grep since it isn't used anywhere.
* Renamed Runnable#__name__ to Runnable#name (but uses @NAME internally).