Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 584 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 584 Bytes

neoterm-rspec.vim

This is a wrapper of kassio/neoterm for run RSpec by Vim/Neovim terminal

Installation

e.g using dein.vim

[[plugins]]
repo = 'kassio/neoterm'

[[plugins]]
repo = 'uji/neoterm-rspec.vim'
on_ft = ['ruby']

Usage

settings

Change g:neoterm_rspec_cmd if change RSpec command

Default Value is 'bin/rspec'

Commands

Run RSpec command

:TermRSpecAll

Run RSpec command for current file

:TermRSpecFile

Run RSpec command for current line

:TermRSpecLine

Run RSpec command with --only-failures option

:TermRspecFailures