Initialize the class variable for Minitest::Unit.current_repeat_count

This commit is contained in:
Nobuyoshi Nakada 2020-04-23 10:44:27 +09:00
parent 2e87488d13
commit d1f50b9872
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -779,6 +779,7 @@ module MiniTest
@@installed_at_exit ||= false
@@out = $stdout
@@after_tests = []
@@current_repeat_count = 0
##
# A simple hook allowing you to run a block of code after _all_ of