Add a http server config to the example test config.

This commit is contained in:
Arthur Britto
2012-12-30 17:04:17 -08:00
parent 7fd00894b9
commit 1dcc62f2ad
2 changed files with 8 additions and 2 deletions

View File

@@ -107,8 +107,6 @@ var build_setup = function (opts, host) {
var build_teardown = function (host) {
return function (done) {
host = host || config.server_default;
var data = this.store[host];