Class: Minitest::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/minitest/rematch_plugin.rb

Overview

reopen the minitest class

Instance Method Summary collapse

Instance Method Details

#before_setupObject



15
16
17
18
# File 'lib/minitest/rematch_plugin.rb', line 15

def before_setup
  super
  @rematch = Rematch.new(path: method(name).source_location.first, id: location)
end