Hey
I have the latest version of the vim-rspec and vim-dispatch.
My vim-rspec settings:
let g:rspec_runner = "os_x_iterm"
let g:rspec_command = "Dispatch bundle exec rspec {spec}"
Instead of running the test whole g:rspec_command is send to the console.
Any ideas how can I fix that issue?