class Spec::Matchers::Change

def by_at_most(maximum)

def by_at_most(maximum)
  @maximum = maximum
  self
end