Ghost/core/test/unit/frontend_spec.js

13 lines
384 B
JavaScript
Raw Normal View History

2013-11-12 01:35:17 +04:00
/*globals describe, beforeEach, afterEach, it*/
var should = require('should'),
sinon = require('sinon'),
when = require('when'),
// Stuff we are testing
frontend = require('../../server/controllers/frontend');
describe('Frontend Controller', function () {
describe('homepage', function () {
// No tests yet, shows up in coverage report
});
});