class RSpec::Mocks::ErrorGenerator

def grouped_args(args)

def grouped_args(args)
  Hash[args.group_by { |x| x }.map { |k, v| [k, v.count] }]
end