I have the code working for this but I wanted an opinion on making a patch.
I sometimes have the need to expect that a method will yield a block it's
given. Usually this means something like this:
yielded = false
subject.method { yielded = true }
yielded.should == true
which is a bit
+1
-- Lee Hambley
Twitter: @leehambley | @capistranorb
Blog: http://lee.hambley.name/
Working with Rails: http://is.gd/1s5W1
2009/11/6 Tom Stuart
> On 5 Nov 2009, at 11:59, Conrad Taylor wrote:
>
>> Hi, the following page needs to be updated to use spork instead of
>> spec_server:
>>
>
> Inci