Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
/plugin marketplace add FortiumPartners/ensemble/plugin install ensemble-full@ensembleThis 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.