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:
parent
2e87488d13
commit
d1f50b9872
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue