mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Allow Minitest to load plugins. Fixes #21102
This commit is contained in:
parent
31ee9c0036
commit
72bc400c9b
1 changed files with 1 additions and 0 deletions
|
@ -48,4 +48,5 @@ module Minitest
|
|||
mattr_accessor(:run_with_rails_extension) { false }
|
||||
end
|
||||
|
||||
Minitest.load_plugins
|
||||
Minitest.extensions << 'rails'
|
||||
|
|
Loading…
Reference in a new issue