Description
Provides RSpec helpers for testing Ruby code that uses the async gem. It is useful for developers who need predictable test structure around asynchronous tasks, reactors, and timing-sensitive behavior.
Async tests can become flaky if timing and cleanup are not controlled. Ensure tests close resources and avoid leaking credentials or service endpoints in failure output.