class RSpec::Mocks::ErrorGenerator
def count_message(count)
def count_message(count) return "at least #{pretty_print(count.abs)}" if count < 0 return pretty_print(count) end
def count_message(count) return "at least #{pretty_print(count.abs)}" if count < 0 return pretty_print(count) end