mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
Test Cleanup
This commit is contained in:
parent
e411ed6889
commit
50a16ceb76
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user