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:
parent
1301063c2c
commit
5ff5e5f638
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue