# spring-commands-rspec **Repository Path**: mirrors_jonleighton/spring-commands-rspec ## Basic Information - **Project Name**: spring-commands-rspec - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-commands-rspec This gem implements the `rspec` command for [Spring](https://github.com/jonleighton/spring). ## Usage Add to your Gemfile: ``` ruby gem 'spring-commands-rspec', group: :development ``` If you're using spring binstubs, run `bundle exec spring binstub rspec` to generate `bin/rspec`. Then run `spring stop` to pick up the changes.