describe('making service calls twice using same service', function(){
        it("should be able call /test", function(done){
            this.timeout(5000);
            puree.services('koala-puree-test').get('/test').then(function(res){
                expect(res.status).eql(200);