diff --git a/test/test_helper.rb b/test/test_helper.rb index b0c3d26e5..496ab5608 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -7,6 +7,7 @@ require 'capybara/minitest' class ActiveSupport::TestCase include FactoryBot::Syntax::Methods + ActiveRecord::Migration.check_pending! fixtures :all end