We define the available locales in the test environment, so Spanish is always available in this environment even if it isn't available in the production environment.
We get rid of database cleaner, and JavaScript tests are faster because between tests we now rollback transactions instead of truncating the database.