An open API service indexing awesome lists of open source software.

https://github.com/bastos/rspec-watch

Really simple command line tool to run Rspec when Rails project files get edited
https://github.com/bastos/rspec-watch

cli rails rspec ruby

Last synced: 2 months ago
JSON representation

Really simple command line tool to run Rspec when Rails project files get edited

Awesome Lists containing this project

README

        

# rspec-watch
Really simple command line tool to run Rspec tests when Rails files get edited.

## How to use it

Download the `rspec-watch` file and make it executable (`chmod +x rspec_watch`).

Just run `rspec-watch` on a Rails folder, if you want to edit the command:

```
RSPEC_COMMAND="bundle exec rspec -f progress" rspec-watch
```