Re: [rspec-users] Warning: integrate_views and nested description groups

2008-03-13 Thread nzook
I'm not sure that this is buggy behavior, which is why I did not post it over there. The question is if integrate_views should be a heritable trait or not. If it is, then we almost certainly need to be able to override it--and as a convenience method, to be able to do so locally. Implementing s

Re: [rspec-users] Warning: integrate_views and nested description groups

2008-03-12 Thread David Chelimsky
On Wed, Mar 12, 2008 at 8:23 PM, nzook <[EMAIL PROTECTED]> wrote: > > describe MyController do > integrate_views > describe "A common base senario" do > it "no longer integrates views" do > be_careful >end > end > end > > integrate_views affects an attribute in the class form