On 9 Oct 2007, at 19:55, Jean-François Trân wrote:
> 2007/10/9, Lance Carlson <[EMAIL PROTECTED]>:
>> or if you want to test that it is being called.. you could do
>> template.should_receive(:yield).and_return('')
>
> I'm missing a point... how can you expect to receive a :yield message
> since yield is a Ruby keyword ?
That was kind of my original point...
It occured to me that it would be nice to have a spec that would barf
if I ever nuked the layout's yield (or, indeed, one of its
content_for yields), mainly because they're the integration point
between layouts and views, and we're primarily testing them in
isolation (a good thing...)
I was mainly wondering if anyone had some great practices in testing
those integration points, and layout stuff in general, that I could
learn from...
Matt
--
Matt Patterson | Design & Code
<matt at reprocessed org> | http://www.reprocessed.org/
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users