Ruby Forum RSpec > Fixtures not clearing tables?

Posted by Steve Downey (Guest)
on 08.05.2008 22:14
(Received via mailing list)
I have a case where I'm loading fixtures and a row added to a table in a
spec is around at the start of all subsequent specs.

When I set config.use_transactional_fixtures = false the fixtures 
load/clear
as expected.

Any ideas?