v2 port: enable integration tests, port register route

This commit is contained in:
Matteo Pagliazzi
2016-04-03 16:40:01 +02:00
parent fc73fc7f8c
commit 58c20c2a64
36 changed files with 114 additions and 50 deletions
@@ -3,7 +3,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration/v2';
describe('DELETE /groups/:id/chat', () => {
xdescribe('DELETE /groups/:id/chat', () => {
let group, message, user;
beforeEach(async () => {
@@ -2,7 +2,7 @@ import {
createAndPopulateGroup,
} from '../../../../helpers/api-integration/v2';
describe('GET /groups/:id/chat', () => {
xdescribe('GET /groups/:id/chat', () => {
context('group with multiple messages', () => {
let group, member, user;
@@ -3,7 +3,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration/v2';
describe('POST /groups/:id/chat', () => {
xdescribe('POST /groups/:id/chat', () => {
let group, user;
beforeEach(async () => {
@@ -4,7 +4,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration/v2';
describe('POST /groups/:id/chat/:id/clearflags', () => {
xdescribe('POST /groups/:id/chat/:id/clearflags', () => {
let guild;
beforeEach(async () => {
@@ -4,7 +4,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration/v2';
describe('POST /groups/:id/chat/:id/flag', () => {
xdescribe('POST /groups/:id/chat/:id/flag', () => {
context('another member\'s message', () => {
let group, member, message, user;
@@ -4,7 +4,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration/v2';
describe('POST /groups/:id/chat/:id/like', () => {
xdescribe('POST /groups/:id/chat/:id/like', () => {
context('another member\'s message', () => {
let group, member, message, user;