I produttori generano nomi duplicati a causa dell'invecchiamento del database di test locale

Perhaps your local test database got into a bad state? I’d try running:

RAILS_ENV=test bin/rake db:drop db:create db:migrate
3 Mi Piace