From 0eedbfa5ce7a8ed4799408b591e655070336f0cc Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 12 Dec 2014 19:00:37 -0800 Subject: test cleanup: correct default test config, ensure tapicero is running, create db if doesn't exist, pin to current minitest to avoid deprecation warnings. --- test/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/config.yaml') diff --git a/test/config.yaml b/test/config.yaml index e59b4de..c1502db 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -7,8 +7,8 @@ connection: protocol: "http" host: "localhost" port: 5984 - username: anna - password: secret + username: ~ + password: ~ prefix: "tapicero_test" suffix: "" -- cgit v1.2.3