jslinting on holiday ftw

This commit is contained in:
psychobunny
2015-01-03 20:07:09 -05:00
parent 112a1e8c85
commit f3a113d318
7 changed files with 37 additions and 20 deletions

View File

@@ -1,3 +1,6 @@
'use strict';
/*global require, before, after*/
var assert = require('assert'),
async = require('async'),
@@ -14,7 +17,7 @@ describe('Groups', function() {
},
function(next) {
// Create a new user
User.create({
User.create({
username: 'testuser',
email: 'b@c.com'
}, done);