class Cucumber::Formatter::Pretty

def on_test_step_started(event)

def on_test_step_started(event)
  return if event.test_step.hook?
  print_step_header(current_test_case) if first_step_after_printing_background_steps?(event.test_step)
end