Skip to content

Commit

Permalink
Fixed typo for 5.0.0 in History.rdoc. (tnir)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 13275]
  • Loading branch information
zenspider committed Dec 5, 2021
1 parent 3830cf1 commit 0e1418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 0e1418b

Please sign in to comment.