Test Cleanup

This commit is contained in:
Hannah Wolfe 2013-09-27 11:36:12 +01:00
parent e411ed6889
commit 50a16ceb76

View File

@ -205,7 +205,6 @@ describe('Settings Model', function () {
it('populates any unset settings from the JSON defaults', function (done) { it('populates any unset settings from the JSON defaults', function (done) {
SettingsModel.findAll().then(function (allSettings) { SettingsModel.findAll().then(function (allSettings) {
console.log(allSettings.models)
allSettings.length.should.equal(0); allSettings.length.should.equal(0);
return SettingsModel.populateDefaults(); return SettingsModel.populateDefaults();
}).then(function () { }).then(function () {