Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RSpec quick specNew to Visual Studio Code? Get it now.
RSpec quick spec

RSpec quick spec

Altair J. Fernandes

|
2,776 installs
| (1) | Free
Creates a spec for the current ruby file when activated
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rspec-quick-spec README

Features

This extension only creates an _spec.rb file on relative path to the spec dir.

If you open a file in ./app/models/user.rb and activate the extensions, the extension verify if already exists a file on ./spec/models/user_spec.rb, if does not, it creates the file with a little sample and opens the file.

THE feature

Extension Settings

  • rspec-quick-spec.createSpec: To activate the extension.

Known Issues

None

Release Notes

Users appreciate release notes as you update your extension.

1.0.2

Initial release of Rspec quick spec

Enjoy!

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