Method: TestProf::MemoryProf::RSpecListener#example_finished

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

#example_finished(notification) ⇒ Object



29
30
31
# File 'lib/test_prof/memory_prof/rspec.rb', line 29

def example_finished(notification)
  tracker.example_finished(notification.example)
end