Fix server

This commit is contained in:
Typicode
2014-03-26 14:12:48 +01:00
parent 84303f99ee
commit 7b5ca69ef1
2 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,7 @@ describe('Server', function() {
})
})
describe.only('GET /:resource?_start=&_end=', function() {
describe('GET /:resource?_start=&_end=', function() {
it('should respond with sliced array', function(done) {
request(server)
.get('/comments?_start=1&_end=2')