mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-26 14:57:47 +00:00
it's minitest, not rspec
This commit is contained in:
parent
9402908db9
commit
2c853bae9d
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||||
|
|
||||||
### Testing pull requests
|
### Testing pull requests
|
||||||
|
|
||||||
To run the rspec test suite, you will need both [Redis](http://redis.io/) and
|
To run the minitest test suite, you will need both [Redis](http://redis.io/) and
|
||||||
[Memcached](https://memcached.org/) running locally and bound to IP `127.0.0.1` on
|
[Memcached](https://memcached.org/) running locally and bound to IP `127.0.0.1` on
|
||||||
default ports (`6379` for Redis, and `11211` for Memcached) and able to be
|
default ports (`6379` for Redis, and `11211` for Memcached) and able to be
|
||||||
accessed without authentication.
|
accessed without authentication.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue