global

def description

def description
  desc = test_case.description.to_s.strip
  desc.empty? ? 'unnamed test' : desc
end