If you use Ruby and write automated tests you’re probably familiar with Database Cleaner. It’s a gem for cleaning your database in between each test. What you might not know is that if you use Rails, using Database Cleaner is entirely unnecessary because of transactional fixtures. Transactional fixtures are a great, but not particularly well-known feature of Rails. They are turned on by default an