Class: Minitest::Test
- Inherits:
-
Object
- Object
- Minitest::Test
- Defined in:
- lib/minitest/rematch_plugin.rb
Instance Method Summary collapse
Instance Method Details
#before_setup ⇒ Object
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 |