v2 adapt to v3: port challenges create, get and list

This commit is contained in:
Matteo Pagliazzi
2016-04-07 11:22:10 +02:00
parent 884493f165
commit d49847688e
3 changed files with 229 additions and 106 deletions
@@ -3,7 +3,7 @@ import {
generateChallenge,
} from '../../../helpers/api-integration/v2';
xdescribe('GET /challenges/:id', () => {
describe('GET /challenges/:id', () => {
context('Member of a challenge', () => {
let leader, party, challenge;