db_transactional_fixtures.rb 328 B

12345678
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. RSpec.configure do |config|
  3. # If you're not using ActiveRecord, or you'd prefer not to run each of your
  4. # examples within a transaction, remove the following line or assign false
  5. # instead of true.
  6. config.use_transactional_fixtures = true
  7. end