More tests for red, log, info and util.

This commit is contained in:
dceejay
2015-03-06 14:14:47 +00:00
parent 128415bc9e
commit 910d983b82
6 changed files with 52 additions and 30 deletions

View File

@@ -52,6 +52,7 @@ describe("info api", function() {
}
res.body.should.have.property("httpNodeRoot","testHttpNodeRoot");
res.body.should.have.property("version","testVersion");
res.body.should.have.property("paletteCategories",["red","blue","green"]);
res.body.should.not.have.property("foo",123);
done();
});