Last Updated: February 25, 2016
·
793
· fousa

Use Zeus to speed up your tests

Back in the days I used Spork in order to speed up my tests. But it was always a hassle to get it up and running.

So Bob introduced me Zeus. Very easy to setup, and works great.

Setup

Install the gem.

gem install zeus

Start the server.

zeus start

You'll get a list of command you can use.

Run your tests

Run the following command in another terminal.

zeus test

Great, isn't it?