samuelgiles / rspec-sorbet

A small gem consisting of helpers for using Sorbet & RSpec together.
MIT License
39 stars 9 forks source link

Adding call through to existing defined handler #17

Closed bmalinconico closed 2 years ago

bmalinconico commented 2 years ago

Currently when an error is raised due to it being being a double, it always raises. Since sorbet allows configuration of the handler for application specific purposes this gem should call through to the existing defined handler so that can be tested correctly.