Method: TestProf::MemoryProf::RSpecListener#example_group_started

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

#example_group_started(notification) ⇒ Object



33
34
35
# File 'lib/test_prof/memory_prof/rspec.rb', line 33

def example_group_started(notification)
  tracker.group_started(notification.group, group(notification))
end