This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Description
I am running lita in a docker container that is linked to a another docker container using redis. I have the lita_config.rb setup to use the redis container. Lita itself is using the redis container properly. I am running into a issue when I try to run tests on handlers I have created that also use redis. I have a directory under lita called plugins/. I run rake -t inside that directory to run the test for that handler. It fails because it is trying to use redis on local host. I am assuming the tests are ignoring lita_config.rb and defaulting to local host for redis. Is there a way to make test use a separate redis hosts.