capistrano / sshkit

A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
MIT License
1.13k stars 253 forks source link

Fix failing tests on ruby head #533

Closed mattbrictson closed 3 months ago

mattbrictson commented 3 months ago

Ruby head has apparently changed the formatting of back traces slightly. This PR updates the regular expressions that we use for asserting back traces, so that they work with the new format.

Fixes CI failures on master.