Merge branch 'develop' into api-v3

This commit is contained in:
Blade Barringer
2016-04-15 08:04:46 -05:00
329 changed files with 8487 additions and 7362 deletions

View File

@@ -12,7 +12,7 @@ describe('GET /user/tasks/', () => {
});
it('gets all tasks', async () => {
return user.get(`/user/tasks/`).then((tasks) => {
return user.get('/user/tasks/').then((tasks) => {
expect(tasks).to.be.an('array');
expect(tasks.length).to.equal(1);