class XCPretty::TestAnything

def format_pending_test(test_suite, test_case)

def format_pending_test(test_suite, test_case)
  increment_counter
  "#{FAIL} #{counter} - #{test_case} # TODO Not written yet"
end