On Wed, Aug 6, 2008 at 12:50 PM, Pat Maddox <[EMAIL PROTECTED]> wrote:
> I've had a matcher in my head for a couple months, that I frequently
> want but never get around to writing because I can't think of the name
> for it.  Here's how it would look
>
> [1, 2, 3, 4, 1].should ... [1, 3, 1, 4, 2]

[1, 2, 3, 4, 1].should  include_all [1, 3, 1, 4, 2]
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to