vim-rubytest
vim-rubytest copied to clipboard
Closes the terminal before I can see results
When I run my tests the tests run fine, but where it should wait for me to press a key to close the terminal window it does not wait, so I can never see the results of my tests.
This same things is happening to me
Both of you are using the default settings here?
Would it work for you to run and use quickfix?
let g:rubytest_in_quickfix = 1
This also happens for me; I often have to run the tests three or four times before the terminal window stays open. Setting quick fix mode fixes it, but also means I lose the ability to see debug output :-/