Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>RSpec ExplorerNew to Visual Studio Code? Get it now.
RSpec Explorer

RSpec Explorer

keychi25

|
1 install
| (0) | Free
Run RSpec examples from the Test Explorer and gutter in VS Code/Cursor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RSpec Explorer for VS Code

RSpec のテストを VS Code のテストエクスプローラーおよびエディタのガター(行番号の横)から直接実行できる拡張機能です。

機能

  • Test Explorer から RSpec を実行
  • エディタのガター(行番号の横)から RSpec を実行

動作要件

  • Ruby / Bundler(bundle exec rspec で実行できること)
  • RSpec(プロジェクトに導入されていること)

使い方

  1. 対象プロジェクトで依存をインストールします。
bundle install
  1. VS Code(または Cursor)でプロジェクトを開きます。
  2. Test Explorer、またはエディタのガターからテストを実行します。

トラブルシュート

  • テストが見つからない / 実行できない
    • bundle exec rspec がプロジェクト直下で実行できるか確認してください
    • Ruby / Bundler / RSpec が正しくインストールされているか確認してください
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft