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.

Quick Start

Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026
rspec — g1joshi/agent-skills