it's minitest, not rspec

This commit is contained in:
Julian Doherty (madlep) 2016-08-04 22:51:14 +10:00
parent 9402908db9
commit 2c853bae9d

View file

@ -318,7 +318,7 @@ adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).
### 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
default ports (`6379` for Redis, and `11211` for Memcached) and able to be
accessed without authentication.