Run tests in parallel on Ruby 2

According to this documentation:
http://docs.ruby-lang.org/en/2.0.0/Test/Unit/Runner.html
It is possible to run in parallel the tests you want by supplying just
an option to the runner… I tried to do it but I couldn’t manage to
work… any ideas how to supply this parallel option to the runner?

Thanks.