Which of the following test types is being performed in the production environment? Functional test Performance test Data Conversion simulation Regression test code example
Example: how to resolve failing tests after database migration
# in project directory
RAILS_ENV=test bundle exec rake db:migrate