Skip to content

Add a spec for interrupt trapping in Runner

gitlab-qa-bot requested to merge github/fork/myrridin/interrupt-handling into master

Created by: myrridin

The Runner.trap_interrupt method was missing a spec. My goal is to extend interrupt handling per tenderlove's feature request https://github.com/rspec/rspec-core/issues/2055, but I wanted to make sure there was a spec in place first.

Merge request reports