I am in the process of upgrading my application to Rails 3. I started using Rspec 2 with Rails 3. I need to turn off transactional fixtures for some of my rspec tests. Prior
RSpec.configure do |config| config.use_transactional_fixtures = true end