Hey, I just updated from the edge and it looks like this _issue_ has resurfaced. Yesterday things were working (stories and specs). No code base changes, only rspec and rspec_on_rails
After updating today I now need to set <config.txn...fixtures> to false in the spec_helper.rb to get the specs running, the stories are fine. Looks like the fixture loading is trying to start a txn. I will look around a bit more and see. Cheers! sinclair On Oct 24, 2007 10:58 PM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > Okay - so the sqlite bug reported a day or so ago on the list is real > bug. I'm going to file something in the tracker for that... > > I also learned that before(:all)...after(:all) is not wrapped in a > transaction, the way before(:each)...after(:each) is. Is there some > reason behind this? Can you not wrap transactions inside transactions? > > Scott > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > -- Cheers! sinclair
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
