thoughtbot / vim-rspec

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

Easily run specs for all open files? #123

Closed kriskhaira closed 7 years ago

kriskhaira commented 7 years ago

Hi, what's the easiest way to quickly run all specs which are open. For example, if I have 5 files open and 3 of them are in /spec, I'd like to append the filenames for these three files to the spec command.

(Sorry if this is the wrong place for support)

gylaz commented 7 years ago

This plugin does not provide that feature. You can probably write a script to do that.

kriskhaira commented 7 years ago

No worries. Will work on a script then. Thanks.