# File lib/rspec/matchers/have.rb, line 148
    def have_at_least(n)
      Matchers::Have.new(n, :at_least)
    end