0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

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) {
SettingsModel.findAll().then(function (allSettings) {
console.log(allSettings.models)
allSettings.length.should.equal(0);
return SettingsModel.populateDefaults();
}).then(function () {