0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fix lint error in tests

This commit is contained in:
Hannah Wolfe 2014-09-15 21:54:57 +01:00
parent b7fdf7d872
commit 6054086feb

View file

@ -24,8 +24,7 @@ describe('Core Helpers', function () {
};
beforeEach(function (done) {
var adminHbs = hbs.create(),
existingConfig = helpers.__get__('config');
var adminHbs = hbs.create();
helpers = rewire('../../server/helpers');
sandbox = sinon.sandbox.create();
apiStub = sandbox.stub(api.settings, 'read', function () {