Testing Rails Deploys - How we did it at odeo

At odeo we ran tests on each deploy of our rails app to the server. After moving on and working on other apps, i was shocked to realize that the capistrano does not run tests automaticaly on deployment. Nor is there clear instructions on how to do it. So i wrote it up. Then i added some more to show how you’d run the tests in a multiserver environment.

The two topics became one post as Running tests on deploy with capistrano.


About this entry