rename tasks tests to match new routes

This commit is contained in:
Matteo Pagliazzi
2016-01-06 18:41:25 +01:00
parent 8ba486ec12
commit 9dfcad238c
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration.helper';
describe('POST /tasks', () => {
describe('POST /tasks/user', () => {
let user;
before(async () => {