Rake Usage

Run the normal test suite by doing:

rake

(Note: Parallel workers are required -- See Latent Bug #1)

Run a specific test by doing:

rake TEST=test/controllers/pages_controller_test.rb

Run a specific test seed by doing:

rake 'TESTOPTS=--seed=01234'