I run my tests file like such:
:!bundle exec rspec my_file_spec.rb
When I run that command it displays my test results in another window and I get "Press ENTER or type command to continue" to return back to vim. That's all working.
What I'd like to do though is get back to that previous output once I've left it. Is that at all possible?
I don't see it in my list of buffers and I really don't need to keep the output in a separate window/split.