class RuboCop::Cop::RSpec::SortMetadata

def sort_pairs(pairs)

def sort_pairs(pairs)
  pairs.sort_by { |pair| pair.key.source.downcase }
end