Method: Spec::Runner::Reporter#example_started

Defined in:
lib/devcreek_specreporter.rb

#example_started(*args) ⇒ Object



23
24
25
26
27
# File 'lib/devcreek_specreporter.rb', line 23

def example_started(*args)
  result = old_example_started(*args)
  DevCreek::RSpecAdapter.instance().example_started(args[0].description, @example_groups.last.description) 
  return result
end