Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
generate-test.rbrun-test.rbProvide RSpec test execution and generation for Ruby projects.
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
JSON with success, passed, failed, total, and failures array.