1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Parallelize activesupport test suite

This commit is contained in:
John Hawthorn 2020-01-23 15:23:29 -08:00
parent 1301063c2c
commit 5ff5e5f638

View file

@ -28,6 +28,8 @@ ActiveSupport.to_time_preserves_timezone = ENV["PRESERVE_TIMEZONES"] == "1"
I18n.enforce_available_locales = false
class ActiveSupport::TestCase
parallelize
include ActiveSupport::Testing::MethodCallAssertions
private