class Mocha::Cardinality

def at_least(count)

def at_least(count)
  update(count, INFINITY)
end