Subject: rspec and inequalities?
From: Mark Thomas <ruby thomaszone.com>
Date: Mon, 9 Jun 2008 20:40:02 +0900
In an old version of rspec, you could do "x.should_be < y", but this
throws a NoMethodError now. What's the proper way to test inequalities
(less than/greater than)?