vim-rubytest
vim-rubytest copied to clipboard
Run ruby test in vim
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...
When running a test file using shoulda-context, the names found are not the full names of the test, and therefore cannot be run via t.
After setting `let g:rubytest_in_quickfix = 1` everything looked to function as expected: - Run test - Errors added to quickfix However when the output finishes and the first error is...