class RSpec::Expectations::MultipleExpectationsNotMetError

def indentation

def indentation
  @indentation ||= ' ' * longest_index_label_width
end