Initialize the class variable for Minitest::Unit.current_repeat_count
This commit is contained in:
parent
2e87488d13
commit
d1f50b9872
@ -779,6 +779,7 @@ module MiniTest
|
|||||||
@@installed_at_exit ||= false
|
@@installed_at_exit ||= false
|
||||||
@@out = $stdout
|
@@out = $stdout
|
||||||
@@after_tests = []
|
@@after_tests = []
|
||||||
|
@@current_repeat_count = 0
|
||||||
|
|
||||||
##
|
##
|
||||||
# A simple hook allowing you to run a block of code after _all_ of
|
# A simple hook allowing you to run a block of code after _all_ of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user