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:
=
Runtime Dependencies (1):
rspec
~> 3.10