Minitest
Bender Changelog¶ ↑
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Unreleased¶ ↑
-
Your contribution here!
1.0.1 (2021-07-03)¶ ↑
-
Fixed reporting of empty specs (“it” invocations without a block)
-
Fixed an edge case causing wrong colors in some printed lines
1.0.0 (2020-07-19)¶ ↑
Thanks to cboos for contributing some of these enhancements!
-
Two-step activation for better interoperability with other reporters
-
Seven different recorders to choose from, five of which display a progress bar
-
New “overview” section with sorted test results, enabled by default
-
Skips, failures and errors are consistently sorted
-
Irrelevant portions of backtraces are hidden by default
-
Many configurable options such as visible sections and custom colors
-
Graceful degradation of colors in console environments with poor support for them
-
Smarter rerun command generation
0.0.3 (2019-06-09)¶ ↑
-
Fixed running time format of slow tests
-
Fixed results grouping by class/context when using minitest >= 5.11
0.0.2 (2017-06-20)¶ ↑
-
Fixed version declaration: Ruby >= 2.0.0 is required
0.0.1 (2017-06-20)¶ ↑
-
Initial release