rake db:test:load
recreates the test database from the current db/schema.rb
rake db:test:prepare
Check for pending migrations and,
load the test schema
https://blog.saeloun.com/2019/09/30/rails-6-adds-db-seed-replant-task-and-db-truncate_all.html
rake db:test:load
recreates the test database from the current db/schema.rb
rake db:test:prepare
Check for pending migrations and,
load the test schema
https://blog.saeloun.com/2019/09/30/rails-6-adds-db-seed-replant-task-and-db-truncate_all.html