support top level controllers

This commit is contained in:
Matteo Pagliazzi
2016-04-14 11:54:47 +02:00
parent 925881b2a0
commit a590a66c47
10 changed files with 27 additions and 50 deletions
@@ -31,7 +31,7 @@ describe('POST /user/batch-update', () => {
});
});
context('development only operations', () => { // These tests will fail if your NODE_ENV is set to 'development' instead of 'testing'
xcontext('development only operations', () => { // These tests will fail if your NODE_ENV is set to 'development' instead of 'testing'
let protectedOperations = {
'Add Ten Gems': 'addTenGems',
'Add Hourglass': 'addHourglass',