thoughtbot / vim-rspec

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

Run bin/rspec if exists. #103

Closed marshall-lee closed 8 years ago

marshall-lee commented 8 years ago

Someone who has bin/rspec may want to run it instead of just rspec. It's especially good for spring users.

gylaz commented 8 years ago

Folks that want to use bin/rspec could add that to their path. We recommend using the .git/safe approach for trusting repositories. https://github.com/thoughtbot/dotfiles/blob/master/zsh/configs/post/path.zsh#L10

janko commented 8 years ago

@marshall-lee Just FYI, vim-test does that automatically: https://github.com/janko-m/vim-test/blob/master/autoload/test/ruby/rspec.vim#L32-L33

gylaz commented 8 years ago

Closing this, due to there being other solutions.