Tests are run with vim-dispatch and this command:
:Dispatch bundle exec rspec spec/path/to/file_spec.rb
vim-dispatch creates a new tmux pane where it runs the command. The output of the command is fed to Vim.
Sometimes the STDOUT output produced by bundle exec rspec is malformed. Lines are missing, or merged together.