Sweet I'm using rails so will give it a go. Any ideas about the general case, is making a custom matcher the (only) way to go? All best
Andrew 2008/11/4 Tom Stuart <[EMAIL PROTECTED]> > On 4 Nov 2008, at 11:10, Andrew Premdas wrote: > >> Is there any way to do >> foo.should (be_nil || be_empty) >> in rspec. >> > > "foo.should be_blank" would work if you're using Rails (i.e. ActiveSupport > is loaded). > > Cheers, > -Tom > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
