Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support. Outputs JSON with test results, passed/failed counts, and failures.
npx claudepluginhub fortiumpartners/ai-meshThis skill uses the workspace's default tool permissions.
Provide RSpec test execution and generation for Ruby projects.
Covers RSpec fundamentals like describe, context, it blocks, let, and basic matchers for BDD testing in Ruby projects. Use for writing or reviewing test suites.
Use when writing, reviewing, or cleaning up RSpec tests for Ruby and Rails codebases. Covers spec type selection, factory design, flaky test fixes, shared examples, deterministic assertions, test-driven development discipline, and choosing the best first failing spec for Rails changes. Also applies when choosing between model, request, system, and job specs.
Writes RSpec tests for Ruby and Rails apps using AAA pattern, describe/context blocks, subject/let, fixtures, allow/expect mocking, and shoulda matchers. Use for spec files, test cases, or new features.
Share bugs, ideas, or general feedback.
Provide 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.