Method: TestProf::MemoryProf::RSpecListener#example_started

Defined in:
lib/test_prof/memory_prof/rspec.rb

#example_started(notification) ⇒ Object



25
26
27
# File 'lib/test_prof/memory_prof/rspec.rb', line 25

def example_started(notification)
  tracker.example_started(notification.example, example(notification))
end