ror.nvim
ror.nvim copied to clipboard
Correctly detect rdbg prompt when parallel testing
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)