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