thoughtbot / vim-rspec

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

Run rspec with current line number #134

Closed tamvm closed 6 years ago

tamvm commented 6 years ago

Hi, is there any solution to run the rspec command for current line. Sometimes, we need to run the group of specs by specifying the wrapper line number. Any function to be able to run with that?

Thanks,