summaryrefslogtreecommitdiffstats
path: root/js/tests/unit/controller/ItemControllerSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/controller/ItemControllerSpec.js')
-rw-r--r--js/tests/unit/controller/ItemControllerSpec.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/js/tests/unit/controller/ItemControllerSpec.js b/js/tests/unit/controller/ItemControllerSpec.js
deleted file mode 100644
index cf0eb0d4d..000000000
--- a/js/tests/unit/controller/ItemControllerSpec.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2014
- */
-describe('ItemController', function () {
- 'use strict';
-
- var controller;
-
- beforeEach(module('News'));
-
- beforeEach(inject(function ($controller) {
- controller = $controller;
- }));
-
-
- it('should ', function () {
- expect(controller).toBeDefined();
- });
-
-}); \ No newline at end of file