I use spork as my DRB and auto-test as my observer to speed up testing in my Rails application. Currently, when the files in the directory structure change, autotest will restart the test.
Is there a way to restart spork after adding a new model? That is, restart spork when the directory structure changes.