Description
Connects the RR test-double framework to test-unit suites. It is useful when Ruby tests need mocks or stubs while staying inside the test-unit ecosystem.
Mocks can make tests depend on implementation details. Keep integration tests for real boundaries and avoid replacing behavior users depend on directly.