class Cucumber::Formatter::Progress

def print_summary

def print_summary
  print_elements(@pending_step_matches, :pending, 'steps')
  print_elements(@failed_results, :failed, 'steps')
  print_statistics(@total_duration, @config, @counts, @issues)
  print_snippets(config.to_hash)
  print_passing_wip(config, @passed_test_cases, @ast_lookup)
end