Module: SimpleCov::TestTracker::MinitestRun
- Defined in:
- lib/simplecov/test_tracker/framework_hooks.rb
Overview
Prepended to Minitest::Test by install_minitest_hook, wrapping each
test method run, setup and teardown included: a line only a setup block
reaches is still this test's line.
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
125 126 127 |
# File 'lib/simplecov/test_tracker/framework_hooks.rb', line 125 def run SimpleCov.track_test(TestTracker.minitest_test_id(self)) { super } end |