ror.nvim icon indicating copy to clipboard operation
ror.nvim copied to clipboard

Correctly detect rdbg prompt when parallel testing

Open YANOUSHek opened this issue 7 months ago • 0 comments

When tests are run in parallel instead of the standard (rdbg) prompt it's also decorated with the stopped process ID. This change allows the prompt to be detected by checking for [%)@] at the end so should properly detect (rdbg@rails_test#84025)

YANOUSHek avatar Jul 17 '24 14:07 YANOUSHek