# File lib/rspec/matchers/have.rb, line 160
    def have_at_most(n)
      Matchers::Have.new(n, :at_most)
    end