Skip to content

Commit

Permalink
Initialize the class variable for Minitest::Unit.current_repeat_count
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 23, 2020
1 parent 2e87488 commit d1f50b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/lib/minitest/unit.rb
Expand Up @@ -779,6 +779,7 @@ def options
@@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
Expand Down

0 comments on commit d1f50b9

Please sign in to comment.