mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 07:51:55 +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) {
|
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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user