From 776a059b58f422e236e81c67e8cc2b5e5c8d8718 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 9 Nov 2017 15:24:25 +0200 Subject: [PATCH] Check pending migrations in test env --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) 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