class Minitest::Test

reopen the minitest class

Public Instance Methods

before_setup() click to toggle source
Calls superclass method
# File lib/minitest/rematch_plugin.rb, line 15
def before_setup
  super
  @rematch = Rematch.new(path: method(name).source_location.first, id: location)
end