在vim中运行rspec测试

时间:2018-04-16 14:03:47

标签: vim rspec

我是VIM的新手,我正在尝试设置我的系统,以便从中运行规范测试。

我已经关注了这个git repo ... https://github.com/thoughtbot/vim-rspec

并将所有相关部分添加到~/.vimrc文件中。但我现在还不知道如何实际运行测试?

我的.vimrc文件现在包含...

" RSpec.vim mappings
map <Leader>t :call RunCurrentSpecFile()<CR>
map <Leader>s :call RunNearestSpec()<CR>
map <Leader>l :call RunLastSpec()<CR>
map <Leader>a :call RunAllSpecs()<CR>
let g:rspec_runner = "os_x_iterm2"

但我还不知道如何调用它?

我试过了:call RunCurrentSpecFile(),它只是说&#34;未知功能&#34;。

0 个答案:

没有答案