We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
minitest
--bisect
1 parent 6f39910 commit 5c85e49Copy full SHA for 5c85e49
activesupport/lib/active_support/testing/autorun.rb
@@ -7,4 +7,5 @@
7
# be removable after the version bump, though it currently safeguards
8
# against issues in environments with multiple versions installed.
9
Minitest.load :rails if Minitest.respond_to? :load
10
+Minitest.load :server if Minitest.respond_to? :load
11
Minitest.autorun
0 commit comments