rspec-grpc-testing

Community

Test gRPC services comprehensively.

Authornekorush14
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides patterns for writing RSpec tests for gRPC services, including unary, server streaming, and error handling scenarios.

Core Features & Use Cases

  • Unary & Streaming RPC Tests: Validate both unary and streaming interactions.
  • Error Handling: Verify gRPC status codes and error messages.
  • Interceptors & Client Tests: Test interceptors and client-side code paths.

Quick Start

Create specs for a UserService with GetUser (unary) and ListUsers (server streaming), including error cases.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rspec-grpc-testing
Download link: https://github.com/nekorush14/dotfiles/archive/main.zip#rspec-grpc-testing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository