vim-rspec + vim-dispatch がちょっと便利かも

2024/12/06に公開

vim 起動したまま rspec が実行できるということも便利だけど、「今カーソルがあるこのテストを実行する」ができるのが便利。

https://github.com/thoughtbot/vim-rspec

https://github.com/tpope/vim-dispatch

Plugin 'thoughtbot/vim-rspec'
Plugin 'tpope/vim-dispatch'

let g:rspec_command = "Dispatch rspec -fdoc {spec} %"

Discussion