it("should get a test.dust", function(done){
        this.timeout(5000);
        chai.request("http://localhost:5000")
            .get("/hello")
            .end(function(err, res){