Claude
Skills
Sign in
Back

RSpec Test Framework

Included with Lifetime
$97 forever

Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support

Code Review

What this skill does


# RSpec Test Framework

## Purpose

Provide RSpec test execution and generation for Ruby projects.

## Usage

```bash
ruby generate-test.rb --source=lib/calculator.rb --output=spec/calculator_spec.rb --description="Division by zero"
ruby run-test.rb --file=spec/calculator_spec.rb
```

## Output Format

JSON with success, passed, failed, total, and failures array.
Files: 3
Size: 1.8 KB
Complexity: 12/100
Category: Code Review

Related in Code Review