2025-07-16 - RSpec Overview
Want to get a good overview of your spec suite and what it covers? In addition to something like Simplecov, you can rspec and produce an ordered HTML document of all examples: rspec --format html --out specs.html --order defined
.