rspec-on-save
This is the README for extension "rspec-on-save".
Features
Runs rspec ${current working file} at save.
Opens a new terminal if isn't already opened.
Usage
From Command Pallete (CMD + Shift + P / F1 ) look for Rspec on Save: Turn On/Off
Requirements
vscode
Extension Settings
This extension contributes the following settings:
rspec-on-save.rspecFilePath : Add here the path to rspec .
rspec-on-save.specFilesSuffix : Add here the suffix to filter that would run on save. Default is _spec
Hint: You can find using command which rspec
0.0.1
Initial release of rspec on save
0.0.2
- Fix UI settings
- Add
rspec-on-save.specFilesSuffix
- Fix bug when vscode is force closed
0.0.3
| |