Skip to content

Commit

Permalink
doc: Add documentation on how to run specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdev committed Dec 15, 2023
1 parent 040d857 commit fc46a0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,14 @@ If you use `DatabaseCleaner` in your tests with [the `transaction` strategy](htt
Chewy.use_after_commit_callbacks = !Rails.env.test?
```

## Running specs

Make sure you're running a local Elasticsearch instance.
```
ES_PORT=9200 bundle exec rspec
```
## Contributing
1. Fork it (http://github.com/toptal/chewy/fork)
Expand Down

0 comments on commit fc46a0e

Please sign in to comment.