RSpec Mocks

Installation
SKILL.md

RSpec Mocks

RSpec Mocks provides test doubles for isolating code under test from external dependencies.

Test Double Types

Type Purpose
Double Pure test object with no connection to real class
Verifying Double Double that validates against real class interface
Partial Double Real object with some methods stubbed
Spy Records method calls for later verification

Basic Doubles

Creating Doubles

# Anonymous double
Related skills

More from bastos/ruby-plugin-marketplace

Installs
GitHub Stars
2
First Seen