mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Moving misplaced test file
This commit is contained in:
parent
5ff0a2816b
commit
3ce7b9d251
@ -1,4 +1,4 @@
|
|||||||
/*globals describe, beforeEach, it*/
|
/*globals describe, beforeEach, before, it*/
|
||||||
var _ = require("underscore"),
|
var _ = require("underscore"),
|
||||||
when = require('when'),
|
when = require('when'),
|
||||||
should = require('should'),
|
should = require('should'),
|
||||||
@ -7,7 +7,7 @@ var _ = require("underscore"),
|
|||||||
helpers = require('./helpers'),
|
helpers = require('./helpers'),
|
||||||
plugins = require('../../server/plugins'),
|
plugins = require('../../server/plugins'),
|
||||||
GhostPlugin = plugins.GhostPlugin,
|
GhostPlugin = plugins.GhostPlugin,
|
||||||
loader = require('../../server/plugins/loader')
|
loader = require('../../server/plugins/loader');
|
||||||
|
|
||||||
describe('Plugins', function () {
|
describe('Plugins', function () {
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ describe('Plugins', function () {
|
|||||||
return api.settings.read("installedPlugins").then(function (setting) {
|
return api.settings.read("installedPlugins").then(function (setting) {
|
||||||
should.exist(setting);
|
should.exist(setting);
|
||||||
|
|
||||||
setting.value.should.equal('["FancyFirstChar"]')
|
setting.value.should.equal('["FancyFirstChar"]');
|
||||||
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user