fix bugs on user controller

This commit is contained in:
Matteo Pagliazzi
2015-11-21 12:26:48 +01:00
parent 22464f53e9
commit 3608742e20
3 changed files with 30 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ import {
import { v4 as generateRandomUserName } from 'uuid';
import { each } from 'lodash';
describe.skip('POST /user/register/local', () => {
describe('POST /user/register/local', () => {
context('username and email are free', () => {
it('registers a new user', () => {
let api = requester();