1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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