describe('making service calls twice using same service', function() {
    it("should be able call /test", function(done) {
      this.timeout(5000);
      app.services('leaf-test').put('/test', {
        name: 'chrisye'