mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
'minitest/parallel_each' might not always be available
This commit is contained in:
parent
29000a7dbd
commit
eba172fb76
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
require 'minitest/parallel_each'
|
begin
|
||||||
|
require 'minitest/parallel_each'
|
||||||
|
rescue LoadError
|
||||||
|
end
|
||||||
|
|
||||||
module ActiveSupport
|
module ActiveSupport
|
||||||
module Testing
|
module Testing
|
||||||
|
|
Loading…
Reference in a new issue