Re: [rspec-users] Transactional/Rollback problems

2007-12-11 Thread Scott Taylor
On Dec 11, 2007, at 4:16 PM, David Chelimsky wrote: > On Dec 11, 2007 2:56 PM, Scott Taylor > <[EMAIL PROTECTED]> wrote: >> >> >> Rolling back to revision 3131 seems to have fixed the problem. I >> see that >> 3132 has the following commit message: >> >> "Tighter integration with Test::Unit f

Re: [rspec-users] Transactional/Rollback problems

2007-12-11 Thread David Chelimsky
On Dec 11, 2007 2:56 PM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > > Rolling back to revision 3131 seems to have fixed the problem. I see that > 3132 has the following commit message: > > "Tighter integration with Test::Unit for ActiveRecord fixtures. Speed up > fixtures." You mind filing that i

Re: [rspec-users] Transactional/Rollback problems

2007-12-11 Thread Scott Taylor
Rolling back to revision 3131 seems to have fixed the problem. I see that 3132 has the following commit message: "Tighter integration with Test::Unit for ActiveRecord fixtures. Speed up fixtures." Scott On Dec 11, 2007, at 3:06 PM, Scott Taylor wrote: I'm having a rollback problem

[rspec-users] Transactional/Rollback problems

2007-12-11 Thread Scott Taylor
I'm having a rollback problem with rspec trunk. It doesn't seem like rollbacks are happening quite as often as they should be. It appears as though the rollbacks are *NOT* occurring on the first description block in a file, but are for the rest. Here is a set of specs that are failing: