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 formed by the describe
>  factory method.  The second describe generates its own class, so
>  integrate_views is OFF at that level.  I've already spent far, far too much
>  time tracking this one down to verify that sub-describes at the same level
>  independently integrate_views (I expect that they should).
>
>  This might be a candidate for additional documentation.

I took the liberty of forwarding this to a ticket at lighthouse:

http://rspec.lighthouseapp.com/projects/5645/tickets/335
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to