Since the test result is different between circle ci and the local environment, I tried migrating after dropping the db for test just in case
rake db:drop RAILS_ENV=test
rake db:create RAILS_ENV=test
rake db:schema:load RAILS_ENV=test
Rails 4: How to reset test database?
Recommended Posts