Module: TestProf::RSpecDissect::ExampleInstrumentation
- Defined in:
- lib/test_prof/rspec_dissect.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#run_before_example ⇒ Object
11 12 13 |
# File 'lib/test_prof/rspec_dissect.rb', line 11 def run_before_example(*) RSpecDissect.track(:before) { super } end |