Readme.md in parallel_split_test-0.2.0 vs Readme.md in parallel_split_test-0.2.1
- old
+ new
@@ -1,14 +1,11 @@
Split a big test file into multiple chunks and run them in parallel
Install
=======
- sudo gem install parallel_split_test
-Or
+ gem install parallel_split_test
- rails plugin install git://github.com/grosser/parallel_split_test.git
-
Usage
=====
### 1: prepare your databases
To use 1 database per test-process, add this to your `config/database.yml`<br/>
@@ -53,9 +50,15 @@
Summary:
1 example, 0 failures
2 examples, 0 failures
Took 10.06 seconds with 2 processes
+
+Options
+=======
+<!-- last section of ./bin/parallel_split_test -h -->
+
+ -o, --test-options STRING Run tests with these options
TIPS
====
- set number of processes to use with `PARALLEL_SPLIT_TEST_PROCESSES` environment variable