Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Rspec on saveNew to Visual Studio Code? Get it now.
Rspec on save

Rspec on save

Catalin Stanciu

|
63 installs
| (0) | Free
Run rspec ..current_file.rb on save
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • update readme
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft