class Cucumber::Formatter::Summary

def print_test_case(test_case)

def print_test_case(test_case)
  @io.print "  #{test_case.name} "
end