diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 0a778f1af8..cedfd60974 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -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