Readme.md in parallel_tests-2.10.0 vs Readme.md in parallel_tests-2.11.0
- old
+ new
@@ -83,11 +83,11 @@
# preparation:
# affected by race-condition: first process may boot slower than the second
# either sleep a bit or use a lock for example File.lock
ParallelTests.first_process? ? do_something : sleep(1)
-# cleanup:
+# cleanup:
# last_process? does NOT mean last finished process, just last started
ParallelTests.last_process? ? do_something : sleep(1)
at_exit do
if ParallelTests.first_process?
@@ -357,9 +357,10 @@
- [Marius Ioana](https://github.com/mariusioana)
- [Lukas Oberhuber](https://github.com/lukaso)
- [Ryan Zhang](https://github.com/ryanus)
- [Rhett Sutphin](https://github.com/rsutphin)
- [Doc Ritezel](https://github.com/ohrite)
+ - [Alexandre Wilhelm](https://github.com/dogild)
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
License: MIT