[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Expectations : help

Michel Demazure

9/9/2008 1:20:00 PM

This worked in previous Expectations releases :

def expect_true &block
expect(true, &block)
end

def expect_false &block
expect(false, &block)
end

but gives an error in the last release.
I'd like to understand...
Thanks in advance
--
Posted via http://www.ruby-....