Module: Minitest::StackProfPlugin
- Defined in:
- lib/minitest/stackprof_plugin.rb
Instance Method Summary collapse
Instance Method Details
#after_teardown ⇒ Object
8 9 10 11 |
# File 'lib/minitest/stackprof_plugin.rb', line 8 def after_teardown super StackProf.stop end |
#before_setup ⇒ Object
3 4 5 6 |
# File 'lib/minitest/stackprof_plugin.rb', line 3 def before_setup StackProf.start super end |