Skip to content

Commit 0e1418b

Browse files
committed
Fixed typo for 5.0.0 in History.rdoc. (tnir)
[git-p4: depot-paths = "//src/minitest/dev/": change = 13275]
1 parent 3830cf1 commit 0e1418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

History.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ Minitest 5:
561561
* Added Minitest::Benchmark.
562562
* Your benchmarks need to move to their own subclass.
563563
* Benchmarks using the spec DSL have to have "Bench" somewhere in their describe.
564-
* MiniTest::Unit.after_tests moved to Minitest.after_tests
564+
* MiniTest::Unit.after_tests moved to Minitest.after_run
565565
* MiniTest::Unit.autorun is now Minitest.autorun. Just require minitest/autorun pls.
566566
* Removed ParallelEach#grep since it isn't used anywhere.
567567
* Renamed Runnable#__name__ to Runnable#name (but uses @NAME internally).

0 commit comments

Comments
 (0)