class RSpec::Matchers::BuiltIn::Change

def by_at_most(maximum)

def by_at_most(maximum)
  @maximum = maximum
  self
end