class RSpec::Expectations::MultipleExpectationsNotMetError

def width_of_label(index)

def width_of_label(index)
  index_label(index).chars.count
end