Class: ParallelTests::RSpec::Runner Private
- Defined in:
- sorbet/rbi/shims/parallel_tests.rbi
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Class Method Summary collapse
Class Method Details
.tests_in_groups(tests, num_groups, options = {}) ⇒ Array<Array<String>>
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
13 |
# File 'sorbet/rbi/shims/parallel_tests.rbi', line 13 def self.tests_in_groups(tests, num_groups, = {}); end |