Skip to content

Commit fcf01b8

Browse files
committed
Parallelize takes :number_of_processors as the option [ci skip]
1 parent 6f52248 commit fcf01b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_order
8484
# writing your own implementation, you can set +parallelize_databases+, or configure it
8585
# via +config.active_support.parallelize_test_databases+.
8686
#
87-
# parallelize(workers: :number_of_processes, parallelize_databases: false)
87+
# parallelize(workers: :number_of_processors, parallelize_databases: false)
8888
#
8989
# Note that your test suite may deadlock if you attempt to use only one database
9090
# with multiple processes.

0 commit comments

Comments
 (0)