test-service

Installation
SKILL.md

Test Service

Quick Reference

Aspect Rule
File location spec/services/module_name/service_spec.rb
Subject subject(:service_call) { described_class.call(params) }
Unit isolation instance_double for collaborators
Integration create for DB-backed tests
Multi-assertion aggregate_failures
State verification change matchers
Time-dependent travel_to
API responses FactoryBot hash factories (class: Hash)

HARD-GATE

Installs
1
GitHub Stars
22
First Seen
Jul 15, 2026
test-service — igmarin/rails-agent-skills