thoughtbot / vim-rspec

Run Rspec specs from Vim
https://robots.thoughtbot.com
MIT License
656 stars 108 forks source link

Using Zeus configuration with Dispatch and Macvim does not work properly #97

Closed scssquatch closed 7 years ago

scssquatch commented 9 years ago

While using the zeus configuration for g:rspec_command with Macvim and iTerm, the command does not work the first time. Basically I have to run the command once which opens up a blank terminal tab, then when I run the command a second time it opens a terminal tab and actually runs the tests and closes itself. Here is an image of the output the first run, notice how it says iterm/?
screen shot 2015-06-03 at 2 13 44 pm
Then here is an image after running the command a second time. As you can see it actually finds a terminal instance to attach to.
screen shot 2015-06-03 at 2 15 37 pm

Side note: this configuration works just fine in terminal vim.