-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Prior to upgrading to OS X El Capitan (10.11.1), I was able to trigger specs from MacVim and have them executed in iTerm 2. Here's the relevant portion of my .vimrc:
Plugin 'thoughtbot/vim-rspec'
if has("gui_macvim")
let g:rspec_command = "zeus rspec {spec}"
let g:rspec_runner = "os_x_iterm"
else
let g:rspec_command = "!zeus rspec {spec}"
endif
After the upgrade, I can trigger specs in terminal Vim, but I cannot trigger them from MacVim. :call RunCurrentSpecFile() (or any of the other spec functions) does nothing. No failure message or any other kind of feedback. No activity in iTerm.
I tried changing let g:rspec_runner = "os_x_terminal", and still no dice.
Note that I did a clean install of El Capitan, so it's entirely possible that I've set something up incorrectly. I'm just not sure where to even look.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels