lib/parallel_tests/cli.rb in parallel_tests-3.10.1 vs lib/parallel_tests/cli.rb in parallel_tests-3.11.0

- old
+ new

@@ -226,10 +226,10 @@ <<~TEXT.rstrip.split("\n").join("\n#{newline_padding}") Use 'specify-groups' if you want to specify multiple specs running in multiple processes in a specific formation. Commas indicate specs in the same process, pipes indicate specs in a new process. Cannot use with --single, --isolate, or --isolate-n. Ex. - $ parallel_tests -n 3 . --specify-groups '1_spec.rb,2_spec.rb|3_spec.rb' + $ parallel_test -n 3 . --specify-groups '1_spec.rb,2_spec.rb|3_spec.rb' Process 1 will contain 1_spec.rb and 2_spec.rb Process 2 will contain 3_spec.rb Process 3 will contain all other specs TEXT ) { |groups| options[:specify_groups] = groups }