v3 adapt v2: port chat routes and group.update

This commit is contained in:
Matteo Pagliazzi
2016-04-05 12:02:00 +02:00
parent 0a40c56973
commit 374d11b0e4
9 changed files with 47 additions and 18 deletions

View File

@@ -1,10 +1,11 @@
import {
generateGroup,
createAndPopulateGroup,
generateUser,
translate as t,
} from '../../../helpers/api-integration/v2';
xdescribe('POST /groups/:id', () => {
describe('POST /groups/:id', () => {
context('user is not the leader of the group', () => {
let user, otherUser, groupUserDoesNotOwn;