skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

Allow the user to specify their own options to rspec #24

Closed gvwalker closed 11 years ago

gvwalker commented 11 years ago

Allow the user to specify their own options to rspec instead of hardcoding --color

This additionally allows the plugin to run properly under zeus (if you change the rspec command to zeus rspec)