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
- Host: GitHub
- URL: https://github.com/bastos/rspec-watch
- Owner: bastos
- License: unlicense
- Created: 2022-08-03T16:19:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T16:30:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T10:11:13.892Z (4 months ago)
- Topics: cli, rails, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```