Claude Code Plugins

Community-maintained marketplace

Feedback

RSpec Test Framework

@FortiumPartners/claude-config
2
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name RSpec Test Framework
description Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
version 1.0.0

RSpec Test Framework

Purpose

Provide RSpec test execution and generation for Ruby projects.

Usage

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.