From 2c853bae9ddd180cb42244f859e1ae20a378956e Mon Sep 17 00:00:00 2001 From: "Julian Doherty (madlep)" Date: Thu, 4 Aug 2016 22:51:14 +1000 Subject: [PATCH] it's minitest, not rspec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d0c820..b393cc8 100644 --- a/README.md +++ b/README.md @@ -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.