rspec
Installation
SKILL.md
RSpec
RSpec is the primary testing tool for Ruby (especially Rails). It focuses on "Behavior Driven Development" (BDD), making tests read like documentation specifications.
When to Use
- Ruby/Rails Projects: The community standard (over Minitest) for complex apps.
- Documentation: You want tests that generate readable specs.