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 3830cf1 commit 0e1418bCopy full SHA for 0e1418b
History.rdoc
@@ -561,7 +561,7 @@ Minitest 5:
561
* Added Minitest::Benchmark.
562
* Your benchmarks need to move to their own subclass.
563
* Benchmarks using the spec DSL have to have "Bench" somewhere in their describe.
564
- * MiniTest::Unit.after_tests moved to Minitest.after_tests
+ * MiniTest::Unit.after_tests moved to Minitest.after_run
565
* MiniTest::Unit.autorun is now Minitest.autorun. Just require minitest/autorun pls.
566
* Removed ParallelEach#grep since it isn't used anywhere.
567
* Renamed Runnable#__name__ to Runnable#name (but uses @NAME internally).
0 commit comments