rspec-job-testing

Community

Test ActiveJob jobs with confidence.

Authornekorush14
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides structured RSpec patterns for testing ActiveJob background jobs, including execution, retries, error handling, and enqueuing.

Core Features & Use Cases

  • Job Execution Tests: Verify that jobs perform expected side effects.
  • Retry & Error Handling: Validate retry logic and error reporting.
  • Enqueue Verification: Ensure jobs are enqueued on the correct queue and with proper timing.

Quick Start

Write specs that test a hypothetical ReportGenerationJob for successful execution, handling of missing records, and retry behavior.

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-job-testing
Download link: https://github.com/nekorush14/dotfiles/archive/main.zip#rspec-job-testing

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