Marketplace
RSpec Test Framework
Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
$ 설치
git clone https://github.com/FortiumPartners/ai-mesh /tmp/ai-mesh && cp -r /tmp/ai-mesh/skills/rspec-test ~/.claude/skills/ai-mesh// tip: Run this command in your terminal to install the skill
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.
Repository

FortiumPartners
Author
FortiumPartners/ai-mesh/skills/rspec-test
5
Stars
1
Forks
Updated4d ago
Added1w ago