minitest-parallel_fork adds fork-based parallelization to Minitest, enabling each test suite to run in a separate fork for improved performance and compatibility with before_all/after_all/around_all hooks.
gem install minitest-parallel_forkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable fork-based parallel test execution in Minitest
Use thread-based parallelism or skip this gem on unsupported platforms
No dependency data recorded yet.