rspec-exit_guard 0.1.0
rspec-exit_guard guards your test suite against accidental termination caused by exit, abort, or similar calls in the code under test. Instead of letting the process exit (potentially silently, with a passing status), it catches those calls and turns them into test failures.
Gemfile:
=
install:
=
Versions:
- 0.1.0 May 03, 2026 (7 KB)
Runtime Dependencies (1):
rspec
~> 3.10