Skip to content

Commit 3a2386d

Browse files
committed
Require testing/parallelize_executor in testing/isolation
The constant is referred to by this file but might not be loaded.
1 parent c3d8dc4 commit 3a2386d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activesupport/lib/active_support/testing/isolation.rb

Lines changed: 2 additions & 0 deletions
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)