adapt v2: port updateTask

This commit is contained in:
Matteo Pagliazzi
2016-04-03 21:58:52 +02:00
parent 382e391fd0
commit f3abdaf692
2 changed files with 24 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import {
generateUser,
} from '../../../../helpers/api-integration/v2';
xdescribe('PUT /user/tasks/:id', () => {
describe('PUT /user/tasks/:id', () => {
let user, task;
beforeEach(async () => {