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 6cf8dce commit d00cc0dCopy full SHA for d00cc0d
History.rdoc
@@ -1,3 +1,10 @@
1
+=== 5.22.2 / 2024-02-07
2
+
3
+* 1 bug fix:
4
5
+ * Third time's a charm? Remember: 'ensure' is almost always the
6
+ wrong way to go (for results... it's great for cleaning up).
7
8
=== 5.22.1 / 2024-02-06
9
10
* 1 bug fix:
lib/minitest.rb
@@ -9,7 +9,7 @@
# :include: README.rdoc
11
module Minitest
12
- VERSION = "5.22.1" # :nodoc:
+ VERSION = "5.22.2" # :nodoc:
13
14
@@installed_at_exit ||= false
15
@@after_run = []
0 commit comments