We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1baf7 commit fcb3fdbCopy full SHA for fcb3fdb
test/cases/coerced_tests.rb
@@ -1483,3 +1483,15 @@ def test_has_primary_key_coerced
1483
original_test_has_primary_key
1484
end
1485
1486
+
1487
1488
1489
1490
+module ActiveRecord
1491
+ module ConnectionAdapters
1492
+ class ReaperTest < ActiveRecord::TestCase
1493
+ # Coerce can be removed if Rails version > 6.0.3
1494
+ coerce_tests! :test_connection_pool_starts_reaper_in_fork unless Process.respond_to?(:fork)
1495
+ end
1496
1497
+end
0 commit comments