From 9e9f5cd3ccb438311b7aa1ce5083ec2175f1a072 Mon Sep 17 00:00:00 2001 From: javi santana Date: Wed, 5 Oct 2011 18:57:54 +0300 Subject: [PATCH] Edited test/README.md via GitHub --- test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/README.md b/test/README.md index 5c49a52f..12a5479f 100644 --- a/test/README.md +++ b/test/README.md @@ -3,6 +3,8 @@ cartodb-sql-api tests Tests require you create a test database and set some redis keys before, you can execute prepare_db.sh script, it will create database, users and redis stuff for you. Be sure postgres and redis are running + cd test && ./prepare_db.sh + once database is configured, run the tests with expresso: > expresso test/acceptance/app.test.js