= private = protected
have_at_most(n)
Exactly like have() with <=.
should_not have_at_most is not supported
# File lib/spec/matchers/have.rb, line 143 def have_at_most(n) Matchers::Have.new(n, :at_most) end
see have_at_least or have