Fabricators generating duplicate names because of aging local test database

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 Likes