File: README.md

package info (click to toggle)
ruby-spring-commands-rspec 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 84 kB
  • sloc: ruby: 24; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.