[Rails Tip] Run Specs Faster!

on
| 1 min read

If you are using rake spec to run the specs. Try using spec spec instead! It avoids doing some preliminary tasks and therefore is quicker to execute.

You can verify the difference using Unix’s time command, i.e. time spec spec and time rake spec.

Enjoy what you are reading? Sign up for a better experience on Persumi.

Comments