Skip to content

Commit 0af9459

Browse files
authored
Merge pull request rails#52688 from Shopify/require-parallelize-executor
Require testing/parallelize_executor in testing/isolation
2 parents d36df7a + 3a2386d commit 0af9459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activesupport/lib/active_support/testing/isolation.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "active_support/testing/parallelize_executor"
4+
35
module ActiveSupport
46
module Testing
57
module Isolation

0 commit comments

Comments
 (0)