File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ === 5.22.3 / 2024-03-13
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
6
+
7
+ * 3 bug fixes:
8
+
9
+ * Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
10
+ * Minor changes to tests to pass when tests ran with extra flags (eg -p).
11
+ * Support Ruby 3.4's new error message format. (mame)
12
+
1
13
=== 5.22.2 / 2024-02-07
2
14
3
15
* 1 bug fix:
Original file line number Diff line number Diff line change 9
9
# :include: README.rdoc
10
10
11
11
module Minitest
12
- VERSION = "5.22.2 " # :nodoc:
12
+ VERSION = "5.22.3 " # :nodoc:
13
13
14
14
@@installed_at_exit ||= false
15
15
@@after_run = [ ]
You can’t perform that action at this time.
0 commit comments