1
0
Fork 0
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:
Oleg Sukhodolsky 2015-08-03 08:11:49 +03:00
parent 31ee9c0036
commit 72bc400c9b

View file

@ -48,4 +48,5 @@ module Minitest
mattr_accessor(:run_with_rails_extension) { false }
end
Minitest.load_plugins
Minitest.extensions << 'rails'