Skip to content
  • Benjamin Neff's avatar
    Don't truncate ar_internal_metadata after cucumber scenarios · 45e71477
    Benjamin Neff authored
    This is an internal active record table and shouldn't be touched. When
    this is truncated you need to fix it again by running
    `bin/rails db:environment:set RAILS_ENV=test`
    
    This is a temporary fix until there is a new version of
    database_cleaner.
    
    closes #7606
    45e71477