thoughtbot / vim-rspec

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

Run corresponding tests #106

Open vasspilka opened 8 years ago

vasspilka commented 8 years ago

How about a feature so you can run the corresponding test, for example while editing app/models/user.rb, you could run the spec/models/user_spec.rb spec by running :call RunCorrespondingSpec() same for controllers which could also run test in the requests folder.