method

have_at_least

have_at_least(n)
public

Exactly like have() with >=.

Warning

should_not have_at_least is not supported

1Note

usage

ronald ยท Feb 2, 20091 thank

== code @items = Item.find(:all) @items.should have_at_least(1).item