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

@@ -2,7 +2,7 @@ import {
createAndPopulateGroup,
} from '../../../../helpers/api-integration/v2';
xdescribe('GET /groups/:id/chat', () => {
describe('GET /groups/:id/chat', () => {
context('group with multiple messages', () => {
let group, member, user;