Subject: Re: rspec and inequalities?
From: Mark Thomas <ruby thomaszone.com>
Date: Tue, 10 Jun 2008 00:54:58 +0900
References: 304532304551
> It's basically the same:
>
> x.should be < y
>
> James
Thanks! Is this syntactic sugar for all be_xxx methods? I just noticed
that I can omit the underscore in be_true also. I'm surprised I
haven't noticed that in examples.