Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 358 Bytes

spring-commands-rspec

This gem implements the rspec command for Spring.

Usage

Add to your Gemfile:

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.