weizheheng / ror.nvim

Have FUN builiding Ruby on Rails applications with Neovim!
MIT License
132 stars 15 forks source link

Correctly detect rdbg prompt when parallel testing #28

Open YANOUSHek opened 3 months ago

YANOUSHek commented 3 months ago

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)