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
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