class Cucumber::Formatter::Progress

def table_header_cell?(status)

def table_header_cell?(status)
  status == :skipped_param
end