Skip to content

Commit 96d5a8c

Browse files
committed
turnip docs
1 parent 439a9ca commit 96d5a8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Gem Version](https://badge.fury.io/rb/parallel_tests.svg)](https://rubygems.org/gems/parallel_tests)
44
[![Build status](https://github.com/grosser/parallel_tests/workflows/test/badge.svg)](https://github.com/grosser/parallel_tests/actions?query=workflow%3Atest)
55

6-
Speedup Test::Unit + RSpec + Cucumber + Spinach by running parallel on multiple CPU cores.<br/>
7-
ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.
6+
Speedup Minitest + RSpec + Turnip + Cucumber + Spinach by running parallel on multiple CPU cores.<br/>
7+
ParallelTests splits tests into balanced groups (by number of lines or runtime) and runs each group in a process with its own database.
88

99
Setup for Rails
1010
===============
@@ -46,7 +46,7 @@ test:
4646
rake parallel:drop
4747
4848
### Run!
49-
rake parallel:test # Test::Unit
49+
rake parallel:test # Minitest
5050
rake parallel:spec # RSpec
5151
rake parallel:features # Cucumber
5252
rake parallel:features-spinach # Spinach

0 commit comments

Comments
 (0)