global

def outline_step(step)

def outline_step(step)
  step_match = NoStepMatch.new(step, step.name)
  step_invocation = LegacyResultBuilder.new(Core::Test::Result::Skipped.new).
    step_invocation(step_match, step, indent, background = nil, configuration, messages = [], embeddings = [])
  steps_printer.step_invocation step_invocation
end