Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonleighton/spring-commands-rspec
https://github.com/jonleighton/spring-commands-rspec
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonleighton/spring-commands-rspec
- Owner: jonleighton
- License: mit
- Created: 2013-10-19T14:48:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T16:02:41.000Z (almost 5 years ago)
- Last Synced: 2024-10-03T21:18:03.746Z (about 2 months ago)
- Language: Ruby
- Size: 281 KB
- Stars: 376
- Watchers: 8
- Forks: 37
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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.