Skip to content

Commit 5c85e49

Browse files
committed
Load minitest server plugin to run minitest with --bisect option
Since minitest 6 all of plug ins are opt-in, we need to load the minitest server plug in explicitly.
1 parent 6f39910 commit 5c85e49

File tree

1 file changed

+1
-0
lines changed
  • activesupport/lib/active_support/testing

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/testing/autorun.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
# be removable after the version bump, though it currently safeguards
88
# against issues in environments with multiple versions installed.
99
Minitest.load :rails if Minitest.respond_to? :load
10+
Minitest.load :server if Minitest.respond_to? :load
1011
Minitest.autorun

0 commit comments

Comments
 (0)