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