= private = protected
have_at_least(n)
Exactly like have() with >=.
should_not have_at_least is not supported
# File lib/spec/matchers/have.rb, line 136 def have_at_least(n) Matchers::Have.new(n, :at_least) end
@items = Item.find(:all) @items.should have_at_least(1).item