# File lib/rspec/matchers/built_in/change.rb, line 68
        def by_at_least(minimum)
          @minimum = minimum
          self
        end