thoughtbot / vim-rspec

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

Can run customize spec file pattern #101

Closed mjacobus closed 8 years ago

mjacobus commented 8 years ago

Hey folks! I am using this plugin for both rspec and minitest. I was not able to run my _test.rb suffixed tests so I added the ability of customizing the spec file.

Cheers!

gylaz commented 8 years ago

As the plugin name indicates, we'd like to keep this focused just on RSpec. Check out https://github.com/gabebw/vim-spec-runner that supports multiple test runners.