diff --git a/test/controllers.js b/test/controllers.js index 49a05d4703..b5ad6db6df 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -551,15 +551,6 @@ describe('Controllers', function () { }); }); - it('should load stylesheet.css', function (done) { - request(nconf.get('url') + '/assets/stylesheet.css', function (err, res, body) { - assert.ifError(err); - assert.equal(res.statusCode, 200); - assert(body); - done(); - }); - }); - it('should load client.css', function (done) { request(nconf.get('url') + '/assets/client.css', function (err, res, body) { assert.ifError(err);