Fast tests are desirable, but oftentimes as the project evolves and the necessity of going fast kicks in and writing tests feels like an obstacle leading to less attention to quality, let alone efficiency, and speed. Here is a curated list of strategies I’ve used in the past to drastically improve the speed of my RSpec test suite: Do not include Rails in every test If you are familiar with RSpec you are probably aware of these two files: spec_helper....