Class: Minitest::Test

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

Instance Method Summary collapse

Instance Method Details

#before_setupObject



8
9
10
11
# File 'lib/minitest/rematch_plugin.rb', line 8

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