SusGuides

Guides

Getting Started

This guide explains how to use the sus gem to write tests for your Ruby projects.

Mocking

This guide explains how to use mocking in sus to isolate dependencies and verify interactions in your tests.

Shared Test Behaviors and Fixtures

This guide explains how to use shared test contexts and fixtures in sus to reduce duplication and ensure consistent test behavior across your test suite.