class Spec::Matchers::Change

def by_at_least(minimum)

def by_at_least(minimum)
  @minimum = minimum
  self
end