Time for another brain-externalizing post to remind myself how things work when setting up new systems. The basic process for setting up a Rails environment with exciting testing goodness is:
sudo gem install ZenTest autotest-rails redgreen
Then in your home directory, make a .autotest file containing:
require 'redgreen/autotest'
